feat: allow disabling registration
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
eb18209669
commit
09e4b64663
14 changed files with 344 additions and 5 deletions
|
|
@ -3867,3 +3867,33 @@ msgstr "Thank you"
|
|||
#, elixir-autogen, elixir-format
|
||||
msgid "You will receive an email once your application has been reviewed."
|
||||
msgstr "You will receive an email once your application has been reviewed."
|
||||
|
||||
#: lib/mv_web/live/global_settings_live.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Allow direct registration (/register)"
|
||||
msgstr "Allow direct registration (/register)"
|
||||
|
||||
#: lib/mv_web/live/global_settings_live.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Authentication"
|
||||
msgstr "Authentication"
|
||||
|
||||
#: lib/mv_web/live/global_settings_live.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Direct registration"
|
||||
msgstr "Direct registration"
|
||||
|
||||
#: lib/mv_web/live/global_settings_live.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Failed to update setting."
|
||||
msgstr "Failed to update setting."
|
||||
|
||||
#: lib/mv_web/live/global_settings_live.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "If disabled, users cannot sign up via /register; sign-in and the join form remain available."
|
||||
msgstr "If disabled, users cannot sign up via /register; sign-in and the join form remain available."
|
||||
|
||||
#: lib/mv_web/plugs/registration_enabled.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Registration is disabled."
|
||||
msgstr "Registration is disabled."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue