|
|
|
@ -184,15 +184,12 @@
|
|
|
|
|
- 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 => quiredUsername |
|
|
|
|
- aauth_error_totp_code_required => quiredTOTPCode |
|
|
|
|
- aauth_error_username_required => requiredUsername |
|
|
|
|
- aauth_error_no_user => notFoundUser |
|
|
|
|
- aauth_error_no_group => notFoundGroup |
|
|
|
|
- aauth_error_no_subgroup => notFoundSubgroup |
|
|
|
@ -200,6 +197,9 @@
|
|
|
|
|
- aauth_info_already_subgroup => alreadyMemberSubgroup |
|
|
|
|
|
|
|
|
|
### REMOVED |
|
|
|
|
- aauth_error_totp_code_required |
|
|
|
|
- aauth_error_totp_code_invalid |
|
|
|
|
- aauth_error_recaptcha_not_correct |
|
|
|
|
- aauth_error_self_pm |
|
|
|
|
- aauth_error_no_pm |
|
|
|
|
- aauth_email_verification_code (merged with textVerification) |
|
|
|
|