I am using email/password as a login. After login I want to have an option for the user to be able to change his email used as a login.
say the user logs in with [email protected]/**** after log in he clicks on a button (change your email), a form is present where he enters his new email as [email protected]. He logs out, and now he can login with [email protected]/**** e.g. auth_user.email used to be [email protected], after the change to be [email protected]

