reset.php (467B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Reset your password'; 4 5 // Text 6 $_['text_password'] = 'Enter the new password you wish to use.'; 7 $_['text_success'] = 'Success: Your password has been successfully updated.'; 8 9 // Entry 10 $_['entry_password'] = 'Password'; 11 $_['entry_confirm'] = 'Confirm'; 12 13 // Error 14 $_['error_password'] = 'Password must be between 4 and 20 characters!'; 15 $_['error_confirm'] = 'Password and password confirmation do not match!';