First time here? Check out the FAQ!
0

Reset Password

  • retag add tags

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.

manish's avatar
53
manish
asked 2016-04-05 08:07:22 -0500, updated 2016-04-05 08:12:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

you should know your Email Port.

Andy's avatar
120
Andy
answered 2016-04-12 02:39:32 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

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.

MarcJose's avatar
31
MarcJose
answered 2016-04-23 13:39:51 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments