Page 1 of 1
forgot password
Posted: 2017-05-16 13:58
by bescott53
i am using appgini 5.60
the forgot password link is not working on the log in page, do I need to do anything special to activate it maybe?
Re: forgot password
Posted: 2017-11-08 07:38
by Abeer
This Doesn't happen on my side.
Is your problem that reset password email is not being sent or some different issue?
Re: forgot password
Posted: 2020-05-20 17:13
by xbox2007
hello
i have some problem to use rest password
in login page ( Forgot your password? Click here )
make setting for

- email (2).png (33.15 KiB) Viewed 4308 times
but not send any email
Re: forgot password
Posted: 2020-05-20 20:03
by patsd102
https://bigprof.com/appgini/faqs#faq14
Q. I forgot the admin password. How can I reset it?
A. You can reset your password by opening the "config.php" file, find the line starting with:
'adminPassword' =>
And change it to:
'adminPassword' => '21232f297a57a5a743894a0e4a801fc3',
Next step, using phpMyAdmin or a similar MySQL admin tool, open your database and go to the “membership_users†table .. find the admin user and change the passMD5 field value to “21232f297a57a5a743894a0e4a801fc3†(without quotes).
Now, you can log into the admin area using the password 'admin'. You should then change the password from there.
Re: forgot password
Posted: 2020-05-21 08:47
by xbox2007
thank you very much for your replay and support
for admin password its ok , also i can change by Phpmyadmin , also user password if i am admin i can reset
i ask for client/user password when client /user press forget password client /user should receive email to reset password

- 1 (2).png (12.7 KiB) Viewed 4260 times

- 2 (2).png (33.88 KiB) Viewed 4260 times

- 3.png (33.15 KiB) Viewed 4260 times
maybe there are something should do in admin page
thanks a lot
Re: forgot password
Posted: 2020-05-21 09:56
by pbottcher
Hi,
you can check if the mail connection works, if you go to the admin area, select a user and send him an email.
Now you should see the option to debug the sending.

- mail.PNG (7.23 KiB) Viewed 4256 times
Maybe that gives a hint.
Re: forgot password
Posted: 2020-05-21 18:27
by xbox2007
thanks a lot my friend