Don't allow gitlab users to activate mfa (#3125)

Этот коммит содержится в:
Joram Wilander
2016-05-27 11:36:53 -04:00
коммит произвёл Corey Hulen
родитель 0d0734ac98
Коммит d2aacdbb07
3 изменённых файлов: 26 добавлений и 1 удалений

Просмотреть файл

@@ -1735,6 +1735,10 @@
"id": "api.user.update_mfa.not_available.app_error",
"translation": "MFA not configured or available on this server"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
"translation": "MFA is not available for this account type"
},
{
"id": "api.user.update_password.context.app_error",
"translation": "Update password failed because context user_id did not match props user_id"