summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-02-23 03:53:33 -0500
committerGeorge Goldberg <george@gberg.me>2017-02-23 08:53:33 +0000
commit9220254f05b6200de2e8ac78476a8df536c821ec (patch)
tree9fc67b94e25e65ebe85ddef1b0b5a4df6fe263dc /i18n
parent7883a515e72690e08e10d38fafc741da1e7a0deb (diff)
downloadchat-9220254f05b6200de2e8ac78476a8df536c821ec.tar.gz
chat-9220254f05b6200de2e8ac78476a8df536c821ec.tar.bz2
chat-9220254f05b6200de2e8ac78476a8df536c821ec.zip
Block OAuth account creation when disabled in config (#5506)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 138933bd6..30a258137 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2372,6 +2372,10 @@
"translation": "User sign-up with email is disabled."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.signup_link_expired.app_error",
"translation": "The signup link has expired"
},