Add functional forgot-password flow and login modal UX updates
This commit is contained in:
@@ -82,6 +82,17 @@
|
||||
"auth.login_identifier": "Email or username",
|
||||
"auth.login_placeholder": "name@example.com or username",
|
||||
"auth.forgot_password": "Forgot password?",
|
||||
"auth.forgot_password_hint": "Enter your account email and we will send you a password reset link.",
|
||||
"auth.reset_email_placeholder": "name@example.com",
|
||||
"auth.send_reset_link": "Send reset link",
|
||||
"auth.sending_reset_link": "Sending...",
|
||||
"auth.reset_link_sent": "If an account exists, a password reset link has been sent.",
|
||||
"auth.reset_password_title": "Reset password",
|
||||
"auth.reset_password_hint": "Enter your email and choose a new password.",
|
||||
"auth.reset_password_submit": "Reset password",
|
||||
"auth.resetting_password": "Resetting...",
|
||||
"auth.password_reset_success": "Password reset successful. You can now sign in.",
|
||||
"auth.confirm_password": "Confirm password",
|
||||
"auth.register_hint": "Register with an email and a unique username.",
|
||||
"auth.verify_notice": "Check your email to verify your account before logging in.",
|
||||
"auth.register_title": "Create account",
|
||||
|
||||
Reference in New Issue
Block a user