feat(auth): disable public registration while keeping member login
This commit is contained in:
@@ -112,4 +112,15 @@ return [
|
||||
|
||||
'password_timeout' => 10800,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Public Registration Toggle
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Control whether public-facing registration routes are exposed.
|
||||
| Keep this disabled when onboarding is invite/import only.
|
||||
|
|
||||
*/
|
||||
'registration_enabled' => env('REGISTRATION_ENABLED', false),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user