How to remove remember me from login page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
sagmag
User
Posts: 182

How to remove remember me from login page

Post by sagmag »

How can I desactivate remember me from the login page?


arbei
User
Posts: 9281

Post by arbei »

Disable the option in [Security] -> [Login Option] -> [Remember me (Auto-login)].


Webmaster
User
Posts: 9425

Post by Webmaster »

Also modify template file "login.php" as follows (lines marked with ***). Will fix in the next build.

sLoginOption = PROJ.LoginOption;
//if (!sLoginOption) sLoginOption = "AUTO,USER,ASK";
if (!sLoginOption) sLoginOption = ""; //


Post Reply