Upon login the user supposed to receive a notification email.
Parameters are set up correctly in settings.py, however I gets the Username and Password not accepted error even though both the email and the account password are valid.
Issue was fixed by deleting the google app password and generating a new one. Login emails are sent after the user logs into the account. It can be disabled from the Profile page.
Upon login the user supposed to receive a notification email.
Parameters are set up correctly in settings.py, however I gets the Username and Password not accepted error even though both the email and the account password are valid.