eporsche / daybreak

Simple timesheets and vacation management for small businesses.
MIT License
129 stars 38 forks source link

Disable registration #9

Closed foorschtbar closed 3 years ago

foorschtbar commented 3 years ago

How could i disable registration for new user?

eporsche commented 3 years ago

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.