Jun 26 - Implement registration function for user to register account

This commit is contained in:
2026-06-26 13:40:34 -04:00
parent a47335110c
commit adb39a4aa8
7 changed files with 210 additions and 5 deletions
+6
View File
@@ -37,6 +37,12 @@
<p style="text-align:center;margin-top:1rem;font-size:.875rem">
<a href="{{ url_for('auth.forgot_password') }}" style="color:var(--accent)">Forgot password?</a>
</p>
{% if reg_enabled %}
<p style="text-align:center;margin-top:.5rem;font-size:.875rem">
Don't have an account?
<a href="{{ url_for('auth.register') }}" style="color:var(--accent)">Create one</a>
</p>
{% endif %}
</div>
</body>