Aug 26 - Enhance security 4
CI / Python lint (flake8) (push) Has been cancelled
CI / Python syntax check (push) Has been cancelled
CI / Alembic migration chain (push) Has been cancelled
CI / JavaScript syntax check (push) Has been cancelled
CI / Pytest (push) Has been cancelled
CI / Build extension zip (push) Has been cancelled

This commit is contained in:
2026-08-26 14:19:25 -04:00
parent cc216b0d98
commit b84a6d9245
11 changed files with 546 additions and 33 deletions
+6 -1
View File
@@ -7,8 +7,13 @@ block body_class %}auth-page{% endblock %} {% block body %}
<span class="logo-text">PassKeeper</span>
</div>
<!-- Deliberately non-committal: the server returns the same response whether
or not the address was already registered, so that registration cannot
be used to probe which addresses have PassKeeper accounts. Asserting
"account created" here would leak what the API withholds. -->
<p id="register-notice" class="notice-success hidden">
Account created! Please sign in.
If that email address was available, your account has been created — please sign in below.
Already had an account? Sign in with your existing master password.
</p>
<!-- Step 1: Email + Master Password -->