First time here? Check out the FAQ!
0

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
manish's avatar
53
manish
asked 9 years ago, updated 9 years ago

Comments

see more comments

2 Answers

0

you should know your Email Port.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Andy's avatar
120
Andy
answered 9 years ago
link

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
MarcJose's avatar
31
MarcJose
answered 9 years ago
link

Comments

see more comments