summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-17 15:31:20 +0200
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-19 20:57:43 +1100
commit565e7885dc1134c77e44b18ef80b7db600c4049a (patch)
treebab0b3f6b0b86bfe82570b796a797382dbe6f217 /assets
parentcomments (diff)
downloadserver-565e7885dc1134c77e44b18ef80b7db600c4049a.tar.xz
Add register ratelimit
Diffstat (limited to 'assets')
-rw-r--r--assets/locales/en/auth.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/locales/en/auth.json b/assets/locales/en/auth.json
index a78d4d60..2178548e 100644
--- a/assets/locales/en/auth.json
+++ b/assets/locales/en/auth.json
@@ -13,6 +13,8 @@
 		"EMAIL_ALREADY_REGISTERED": "Email is already registered",
 		"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
 		"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.",
-		"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
+		"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another",
+		"GUESTS_DISABLED": "Guest users are disabled",
+		"TOO_MANY_REGISTRATIONS": "Too many registrations, please try again later"
 	}
 }