edge icon indicating copy to clipboard operation
edge copied to clipboard

Forget Password fails

Open sudhirrajgowda opened this issue 8 years ago • 3 comments

Hi,

I am not able to use Forget password, Since it IO error, Please let me know how to fix it.

sudhirrajgowda avatar Sep 27 '17 04:09 sudhirrajgowda

Hi @sudhirrajgowda , could you share more details? I tried using the Forget Password on a fresh install of Edge. There were no errors.

arocks avatar Sep 27 '17 06:09 arocks

Hi @arocks I the cloned the project it worked, but, I have to take the URL from the message on the console to reset the password.

Since email doesn't reach the user, Please let me know, where I have to setup the email setting..

2017-09-27 screenshot-thirdp ddns net-2345-2017-09-27-12-13-10-089 screenshot-thirdp ddns net-2345-2017-09-27-12-14-34-705 screenshot-thirdp ddns net-2345-2017-09-27-12-15-22-880

sudhirrajgowda avatar Sep 27 '17 07:09 sudhirrajgowda

This is not an error. By default, Edge does not come with configured with a mail server. So it prints the email as mentioned in this dev setting:

https://github.com/arocks/edge/blob/master/src/project_name/settings/development.py#L22

While this is ideal for development, in production settings you might want to use a real mail server. Some companies like SendGrid can also help you with a free account as mentioned in their docs

arocks avatar Sep 27 '17 07:09 arocks