feat: add hability to disable login (#378)
This commit is contained in:
@@ -275,6 +275,9 @@ $i18n = [
|
||||
"server_url" => "Server URL",
|
||||
"server_url_info" => "Used for email verification and password recovery. Must be a valid public URL.",
|
||||
"server_url_password_reset" => "If set will also enable password reset functionality.",
|
||||
"disable_login" => "Disable login",
|
||||
"disable_login_info" => "Bypass login. If you run your server on a local network only, without external access you can disable the login. This will automatically login the admin user.",
|
||||
"disable_login_info2" => "You can only enable this setting if user registration is disabled and there are no more than the admin user account.",
|
||||
"max_users_info" => "0 means unlimited",
|
||||
"user_management" => "User Management",
|
||||
"delete_user" => "Delete User",
|
||||
|
||||
Reference in New Issue
Block a user