|
1 | 1 | <?php |
2 | 2 |
|
3 | 3 | return [ |
4 | | - |
5 | 4 | 'confirm_password' => 'Confirm Password', |
6 | 5 | 'current_password' => 'Current Password', |
7 | 6 | 'email_address' => 'Email Address', |
|
10 | 9 | 'new_password' => 'New Password', |
11 | 10 | 'password' => 'Password', |
12 | 11 | 'username' => 'Username', |
| 12 | + 'code' => 'Code', |
| 13 | + 'recovery_code' => 'Recovery Code', |
13 | 14 |
|
14 | | - 'update_password' => [ |
| 15 | + 'update-password' => [ |
15 | 16 | 'requirements_notice' => 'Password must be 12–128 characters, and include a number, a symbol, a lower and an upper case letter.', |
16 | 17 | ], |
17 | 18 |
|
18 | | - 'password_rules' => [ |
| 19 | + 'password-rules' => [ |
19 | 20 | 'needs_lowercase' => 'One lowercase character', |
20 | 21 | 'needs_uppercase' => 'One uppercase character', |
21 | 22 | 'needs_numeric' => 'One number', |
22 | 23 | 'needs_special_character' => 'One special character', |
23 | 24 | 'needs_minimum_length' => '12 characters minumum', |
24 | 25 | ], |
| 26 | + |
| 27 | + 'delete-user' => [ |
| 28 | + 'title' => 'Delete Account', |
| 29 | + 'description' => 'Permanently delete your account.', |
| 30 | + 'content' => 'Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.', |
| 31 | + 'confirmation' => 'Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.', |
| 32 | + ], |
| 33 | + |
| 34 | + 'logout-sessions' => [ |
| 35 | + 'title' => 'Browser Sessions', |
| 36 | + 'description' => 'Manage and logout your active sessions on other browsers and devices.', |
| 37 | + 'content' => 'If necessary, you may logout of all of your other browser sessions across all of your devices. If you feel your account has been compromised, you should also update your password', |
| 38 | + 'confirm_logout' => 'Logout Other Browser Sessions', |
| 39 | + ], |
| 40 | + |
| 41 | + 'confirming-logout' => [ |
| 42 | + 'title' => 'Logout Other Browser Sessions', |
| 43 | + 'content' => 'Please enter your password to confirm you would like to logout of your other browser sessions across all of your devices.', |
| 44 | + ], |
25 | 45 | ]; |
0 commit comments