summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2016-01-13 14:58:49 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2016-02-02 12:07:42 -0800
commitb013f02209c7c128a35d1c54f2d4a7d6a9701f72 (patch)
treefac16d12e465a1a3050b0023fbadb7dce33f948c /web/static/i18n/en.json
parent320fe1c39240644ce15fa2a436ac4a5591b95083 (diff)
downloadchat-b013f02209c7c128a35d1c54f2d4a7d6a9701f72.tar.gz
chat-b013f02209c7c128a35d1c54f2d4a7d6a9701f72.tar.bz2
chat-b013f02209c7c128a35d1c54f2d4a7d6a9701f72.zip
Added ability to sign in via username; separated email sign in and sign up config settings
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index d6401ab6e..7c32d856a 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -127,6 +127,10 @@
"admin.email.true": "true",
"admin.email.false": "false",
"admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.",
+ "admin.email.allowEmailSignInTitle": "Allow Sign In With Email: ",
+ "admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.",
+ "admin.email.allowUsernameSignInTitle": "Allow Sign In With Username: ",
+ "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password. This setting is typically only used when email verification is disabled.",
"admin.email.notificationsTitle": "Send Email Notifications: ",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.<br />Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).",
"admin.email.requireVerificationTitle": "Require Email Verification: ",
@@ -550,6 +554,14 @@
"login_email.email": "Email",
"login_email.pwd": "Password",
"login_email.signin": "Sign in",
+ "login_username.badTeam": "Bad team name",
+ "login_username.usernameReq": "A username is required",
+ "login_username.pwdReq": "A password is required",
+ "login_username.verifyEmailError": "Please verify your email address. Check your inbox for an email.",
+ "login_username.userNotFoundError": "We couldn't find an existing account matching your username for this team.",
+ "login_username.username": "Username",
+ "login_username.pwd": "Password",
+ "login_username.signin": "Sign in",
"login_ldap.badTeam": "Bad team name",
"login_ldap.idlReq": "An LDAP ID is required",
"login_ldap.pwdReq": "An LDAP password is required",