diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-11 19:37:11 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-11 19:39:47 +0000 |
commit | 02355546ff4a76a10049f9c7f03d0b778b247dba (patch) | |
tree | 072b150c8f46b0038f1d21b423ca57319cbde338 /language | |
parent | 6ad3430ac41fdd3669d1f4d23e8a0a3adba22c2b (diff) |
Reject registrations and password changes if password encryption fails.
Diffstat (limited to 'language')
-rw-r--r-- | language/anope.en_US.po | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/language/anope.en_US.po b/language/anope.en_US.po index 8b8dad7aa..97aea2c23 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Anope\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-09 21:00+0000\n" -"PO-Revision-Date: 2024-03-09 21:00+0000\n" +"POT-Creation-Date: 2024-03-11 19:36+0000\n" +"PO-Revision-Date: 2024-03-11 19:36+0000\n" "Last-Translator: Sadie Powell <sadie@witchery.services>\n" "Language-Team: English\n" "Language: en_US\n" @@ -1803,6 +1803,9 @@ msgstr "Account" msgid "Account %s has already reached the maximum number of simultaneous logins (%u)." msgstr "Account %s has already reached the maximum number of simultaneous logins (%u)." +msgid "Accounts can not be registered right now. Please try again later." +msgstr "Accounts can not be registered right now. Please try again later." + msgid "Activate the requested vHost for the given nick." msgstr "Activate the requested vHost for the given nick." @@ -5292,6 +5295,9 @@ msgstr "Password incorrect." msgid "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent." +msgid "Passwords can not be changed right now. Please try again later." +msgstr "Passwords can not be changed right now. Please try again later." + #, c-format msgid "Passwords encrypted with %s: %zu" msgstr "Passwords encrypted with %s: %zu" |