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.
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.