summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-27 03:54:58 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-27 03:58:16 +0200
commit204aa024dc61e47c13116d194fd6217b33687be5 (patch)
tree38f7579934ccb115b3ab509b61a75ccf6db09601 /assets
parentMerge remote-tracking branch 'Maddy/fix/categoryNames' into staging (diff)
parentMerge remote-tracking branch 'upstream/staging' into fix/claim_accounts (diff)
downloadserver-ts-204aa024dc61e47c13116d194fd6217b33687be5.tar.xz
Merge remote-tracking branch 'Maddy/fix/claim_accounts' into staging
Diffstat (limited to 'assets')
-rw-r--r--assets/locales/en/auth.json3
-rw-r--r--assets/schemas.json3
2 files changed, 5 insertions, 1 deletions
diff --git a/assets/locales/en/auth.json b/assets/locales/en/auth.json

index a78d4d60..b6264a43 100644 --- a/assets/locales/en/auth.json +++ b/assets/locales/en/auth.json
@@ -13,6 +13,7 @@ "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" } } diff --git a/assets/schemas.json b/assets/schemas.json
index e3200800..05650a4e 100644 --- a/assets/schemas.json +++ b/assets/schemas.json
@@ -1105,6 +1105,9 @@ }, "code": { "type": "string" + }, + "email": { + "type": "string" } }, "additionalProperties": false,