Skip to content

Edit admin, activated goes to null #215

@PanosSynetos

Description

@PanosSynetos

Since the "activate user?" is disabled, it is not posted.
So, if you change the admin email or password from admin/users/1/edit , activated goes to null and the admin is not allowed to login anymore.

Proposal in /app/controllers/admin/AdminUsersController.php, function postEdit

if($user->confirmed == null) {
    $user->confirmed = $oldUser->confirmed;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions