Forget Password fails
Hi,
I am not able to use Forget password, Since it IO error, Please let me know how to fix it.
Hi @sudhirrajgowda , could you share more details? I tried using the Forget Password on a fresh install of Edge. There were no errors.
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..

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