Skip to content

not possible to hide 'Remember Me' checkbox #410

Description

@kupe3

in the TemplateUsers/login.ctp, line 26, there is

        if (Configure::check('Users.RememberMe.active')) {
            ....
        }

and regardless of the value of the Users.RememberMe.active, the checkbox is displayed. I think that should be changed to

        if (Configure::read('Users.RememberMe.active')) {
            ....
        }

so if i set

Configure::write('Users.RememberMe.active',false);

they 'remember me' checkbox is not visible and probably this functionality is disabled

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions