module.exports = exports = { none: '(None)', user_exists_with_field: 'A user already exists with the field: ', no_mfa_or_recovery: 'Your user is not configured to use MFA, or has no recovery codes.', no_mfa: 'Your user is not configured to use MFA.', already_has_mfa: 'MFA is already configured for your user.', password_complexity_fail: 'Password does not meet the minimum complexity score of MIN_SCORE.', invalid_trap: 'Invalid trap type.', unable_to_grant_trust: 'Unable to grant trust. Grant token is invalid.', invalid_un_or_pw: 'Invalid username or password.', unable_to_complete: 'Unable to complete authentication: one or more errors occurred', }