password.php (479B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Change Password'; 4 5 // Text 6 $_['text_account'] = 'Account'; 7 $_['text_password'] = 'Your Password'; 8 $_['text_success'] = 'Success: Your password has been successfully updated.'; 9 10 // Entry 11 $_['entry_password'] = 'Password'; 12 $_['entry_confirm'] = 'Password Confirm'; 13 14 // Error 15 $_['error_password'] = 'Password must be between 4 and 20 characters!'; 16 $_['error_confirm'] = 'Password confirmation does not match password!';