add env var to remove user registration
This commit is contained in:
@@ -112,4 +112,6 @@ return [
|
||||
|
||||
'password_timeout' => 10800,
|
||||
|
||||
'register' => (bool) env('REGISTER_DISABLED', false),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user