elthran / RPG-Game

0 stars 1 forks source link

Set up Password Reset on Server. #329

Closed klondikemarlen closed 6 years ago

klondikemarlen commented 6 years ago

I need to set up Postfix on the Server so we can have email password reset.

klondikemarlen commented 6 years ago

Postfix doesn't work on free accounts on PythonAnywhere. Moving to Sendgrid. Currently working ... but my reset page is bugged ... maybe my async_process code?

klondikemarlen commented 6 years ago

Now using Server and Local environmental variables. Still don't know why it my send reset email page doesn't reload the login page after sending email. It just hangs indefinitely.

klondikemarlen commented 6 years ago

As far as I can tell my async_process ... doesn't run asynchronously on the server. The hero update process seems to work .. but it might be 'time slicing' instead? I'm closing this for one and making a new issue.