feat(auth): add password reset flow

Add admin-generated reset links, reset UI, timezone-aware expiry display, and registration captcha coverage.
This commit is contained in:
2026-07-06 17:55:10 +08:00
parent 2fdbaa8876
commit c7ee2adb82
14 changed files with 1307 additions and 47 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+8
View File
@@ -77,6 +77,14 @@
padding: 0 .75rem;
}
.ui-btn-compact {
min-height: 34px;
height: 34px;
padding: 0 .65rem;
gap: .35rem;
font-size: .8125rem;
}
.ui-btn-field {
min-height: 50px;
height: 50px;