Page 1 of 1

[SOLVED] Allow login/password save

Posted: Wed May 17, 2017 6:15 am
by benoitp
Hello,

I would like on allow people to save their login/password of the login page, in their browser.

Any idea how to allow this ?

Regards.

Re: Allow login/password save

Posted: Wed May 17, 2017 10:29 pm
by amosbatto
The ability to store PM passwords on the web browser was disabled in the ProcessMaker code last year for security reasons. If you think that it should be an option, then file a bug report about it and link to your bug report here, so I can do follow up.

(I asked for this option last year, but the developers were convinced that no one needed it, so people have to ask for it to change their mind.)

Re: Allow login/password save

Posted: Mon May 22, 2017 3:24 am
by benoitp
Hello,

Bug report : http://bugs.processmaker.com/view.php?id=22740

Anyway, someone have an idea on how to allow it directly by hacking the PHP code ?

Re: Allow login/password save

Posted: Wed Mar 06, 2019 1:48 pm
by programerboy
Hi,
The question is for 2017 and my and and now I've the same problem in 2019 :D

Anyway, You can comment the bottom line in loginpm3.xml source:
Code: Select all
document.getElementById("form[USR_PASSWORD_MASK]").value = "";
Thanks

Re: Allow login/password save

Posted: Thu Mar 07, 2019 4:25 am
by benoitp
:o You rocks !!!!

It's so annoying that many users don't want to use ProcessMaker in my company.

I don't understand why ProcessMaker don't give the choice to the admin to enable/disable this.

Thanks a lot :D