Browse Source

updated CHANGES.md

v3-dev
REJack 7 years ago
parent
commit
4f10963fff
  1. 41
      CHANGES.md

41
CHANGES.md

@ -49,3 +49,44 @@
- use_password_hash
- pm_encryption
- pm_cleanup_max_age
## LANGUAGE
### CHANGED
- aauth_email_verification_subject => subjectVerification
- aauth_email_reset_subject => subjectReset
- aauth_email_reset_success_subject => subjectResetSuccess
- aauth_email_verification_text => textVerification
- aauth_email_reset_text => textReset
- aauth_email_reset_success_new_password => textResetSuccess
- aauth_error_no_access => notVerified
- aauth_error_account_not_verified => notVerified
- aauth_error_login_failed_email => loginFailedEmail
- aauth_error_login_failed_name => loginFailedName
- aauth_error_login_failed_all => loginFailedAll
- aauth_error_login_attempts_exceeded => loginAttemptsExceeded
- aauth_error_email_invalid => invalidEmail
- aauth_error_password_invalid => invalidPassword
- aauth_error_username_invalid => invalidUsername
- aauth_error_totp_code_invalid => invalidTOTPCode
- aauth_error_recaptcha_not_correct => invalidRecaptcha
- aauth_error_vercode_invalid => invalidVercode
- aauth_error_update_email_exists => existsAlreadyEmail
- aauth_error_update_username_exists => existsAlreadyUsername
- aauth_info_group_exists => existsAlreadyGroup
- aauth_info_perm_exists => existsAlreadyPerm
- aauth_error_username_required => requiredUsername
- aauth_error_totp_code_required => requiredTOTPCode
- aauth_error_no_user => notFoundUser
- aauth_error_no_group => notFoundGroup
- aauth_error_no_subgroup => notFoundSubgroup
- aauth_info_already_member => alreadyMemberGroup
- aauth_info_already_subgroup => alreadyMemberSubgroup
### REMOVED
- aauth_error_self_pm
- aauth_error_no_pm
- aauth_email_verification_code (merged with textVerification)
- aauth_error_email_exists
- aauth_error_username_exists

Loading…
Cancel
Save