You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the INVITE_CODE is hard coded on LoginController. Ideally this should come from database (with a configuration option on the admin interface).
Currently, the INVITE_CODE is hard coded on LoginController. Ideally this should come from database (with a configuration option on the admin interface).
Maybe we can use something like this: https://github.com/patkruk/Laravel-Cached-Settings
Or use a Settings model of our own.
The text was updated successfully, but these errors were encountered: