Added two-factor resending to sign in flow.

Assumes user will have to get an admin to update phone number if lost.
This commit is contained in:
Chris Heathcote
2015-11-30 16:41:05 +00:00
parent b2ca6343a7
commit 1e08c9b1a8
3 changed files with 30 additions and 1 deletions

View File

@@ -131,3 +131,8 @@ def servicesettings():
@main.route("/api-keys")
def apikeys():
return render_template('api-keys.html')
@main.route("/verification-not-received")
def verificationnotreceived():
return render_template('verification-not-received.html')