diff --git a/app/dashboard/templates/dashboard/recovery_code.html b/app/dashboard/templates/dashboard/recovery_code.html index b8e4a748..7763b714 100644 --- a/app/dashboard/templates/dashboard/recovery_code.html +++ b/app/dashboard/templates/dashboard/recovery_code.html @@ -9,7 +9,8 @@

Recovery codes

- In the event you lose access to your authenticator app you can use one of these recovery codes to gain access to your account again. + In the event you lose access to your authenticator app you can use one of these recovery codes to gain access to + your account again. Each code can only be used once, make sure to store them in a safe place.

@@ -35,6 +36,11 @@ Warning: Generating new codes will invalidate the older ones.
+
+ + Back to the home page + + {% endblock %} diff --git a/server.py b/server.py index ee4ce0a2..d1989b64 100644 --- a/server.py +++ b/server.py @@ -166,7 +166,10 @@ def fake_data(): password="password", activated=True, is_admin=True, + + enable_otp=False, otp_secret="base32secret3232", + intro_shown=True, fido_uuid=None, )