Jump to content
  • 0

'Remember Me' by default for admin login


Question

Posted

Hello,

I'm trying to get the admin login page to check the 'Remember me on this computer.' option by default, but I don't see the 'input type="checkbox"' in /app/views/default/admin_login.pdt anywhere, so I'm unable to set it to checked by default.

Does anyone know the proper way to do this?

Thanks.

2 answers to this question

Recommended Posts

  • 0
Posted
2 hours ago, cyandark said:

Around line 49 you will find the following line of code:


$this->Html->ifSet($vars->remember_me) == 'true',

just replace it with:


true,

I tried it in Blesta 4.1.0 and it works well.

Thank you! Worked perfectly.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...