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.
To enter a block of code:
you should know your Email Port.
To enter a block of code:
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:
To enter a block of code:
Comments