Closed foorschtbar closed 3 years ago
How could i disable registration for new user?
You can disable registration by commenting out Features::registration() in fortify.php. However, the invitation of new users will then throw an error, as the register route is not available.
How could i disable registration for new user?