Reset Password
I have setup askbot on local and have no email working with it. Is there a way to reset password of user either by admin user or from backend or using manage.py or some way else.
I have setup askbot on local and have no email working with it. Is there a way to reset password of user either by admin user or from backend or using manage.py or some way else.
you should know your Email Port.
The easiest way would be to install some email server like postfix and put the details into settings.py
. When you try to send the reset-password-email you can see it in your mail.log
and retrieve the url.
To enter a block of code:
Comments