feat: reset password

This commit is contained in:
2026-05-21 21:09:54 +02:00
parent eda0ffd199
commit 7f60bc756f
10 changed files with 238 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ return [
'verified' => 'Account verified successfully.',
'verification_sent' => 'Verification email sent.',
'verification_sent_if_unverified' => 'If an unverified account exists for this address, a verification email has been sent.',
'password_reset_link_sent' => 'If an account exists for this address, a password reset link has been sent.',
'password_reset' => 'Password reset successfully.',
'logout' => 'Logged out successfully.',
'unauthenticated' => 'Unauthenticated.',
'deleted' => 'Account deleted successfully.',