Getting password of login

Posted by Dublann
Hi Size,

How can I store/find the user and password that I have typed in the login box?

I would like to store it into the Ini file in order to set an auto login and in case of need to remember a lost password.

Thanks!

Replies (1)

Last message on 16 Dec 2016

Size43 (Administrator) on 16 Dec 2016, 21:12:36
You can get the username using gms_self_name(). There's no way to get the password, as storing it in plaintext in an ini file is not very safe. You'd have to write your own login window if you want access to the password.

Also note -- this site already has a password reset functionality.