Add Forget Password feature.

This commit is contained in:
2025-07-13 12:57:52 +02:00
parent 1500b2cf88
commit 2969fb41c9
9 changed files with 1063 additions and 56 deletions

View File

@@ -47,6 +47,12 @@
<button type="submit" class="btn btn-primary">Sign In</button>
</div>
<div class="auth-links" style="margin-bottom: 1rem;">
<p>
<a href="{{ url_for('forgot_password') }}">Forgot your password?</a>
</p>
</div>
<div class="social-divider">
<span>New to {{ g.branding.app_name if g.branding else 'TimeTrack' }}?</span>
</div>