@Basil777 said:
I can't find "Outgoing email" and have similar question to the last one - how to reset admin password in case email can't be sent out?
If you don't have access to sending emails you will need to change your password in the database.
Look for a table named GDN_user, the passwords are not in clear text, for that you will need to generate a Bcrypt hash using a tool such as: http://bcrypthashgenerator.apphb.com/
On that site write a clear text password, hit generate, copy whatever the page spits back, will be a long string, paste it in your GDN_user table on the row where you want to change the password.
Now log in with the clear text password you provided on that site.
No, if you don't have access sending email contact your host. Do not use websites like above to generate anything. It could be a scam to hack you in the future.
Comments
Could not instantiate mail function.
If you don't have access to sending emails you will need to change your password in the database.
Look for a table named GDN_user, the passwords are not in clear text, for that you will need to generate a Bcrypt hash using a tool such as: http://bcrypthashgenerator.apphb.com/
On that site write a clear text password, hit generate, copy whatever the page spits back, will be a long string, paste it in your GDN_user table on the row where you want to change the password.
Now log in with the clear text password you provided on that site.
No, if you don't have access sending email contact your host. Do not use websites like above to generate anything. It could be a scam to hack you in the future.
A good host will provide what you need.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌