forgot password

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
bescott53

forgot password

Post by bescott53 » 2017-05-16 13:58

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?

Abeer
Posts: 18
Joined: 2017-03-12 09:19

Re: forgot password

Post by Abeer » 2017-11-08 07:38

This Doesn't happen on my side.
Is your problem that reset password email is not being sent or some different issue?

xbox2007
Veteran Member
Posts: 129
Joined: 2016-12-16 16:49

Re: forgot password

Post by xbox2007 » 2020-05-20 17:13

hello
i have some problem to use rest password
in login page ( Forgot your password? Click here )

make setting for
email (2).png
email (2).png (33.15 KiB) Viewed 2724 times
but not send any email

patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Re: forgot password

Post by patsd102 » 2020-05-20 20:03

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.
23.17

xbox2007
Veteran Member
Posts: 129
Joined: 2016-12-16 16:49

Re: forgot password

Post by xbox2007 » 2020-05-21 08:47

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
1 (2).png (12.7 KiB) Viewed 2676 times
2 (2).png
2 (2).png (33.88 KiB) Viewed 2676 times
3.png
3.png (33.15 KiB) Viewed 2676 times
maybe there are something should do in admin page

thanks a lot

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: forgot password

Post by pbottcher » 2020-05-21 09:56

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
mail.PNG (7.23 KiB) Viewed 2672 times
Maybe that gives a hint.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

xbox2007
Veteran Member
Posts: 129
Joined: 2016-12-16 16:49

Re: forgot password

Post by xbox2007 » 2020-05-21 18:27

thanks a lot my friend

Post Reply