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
If you want to grant access to just a few of those users, you can whitelist them by setting `STAGEFRONT_DATABASE_WHITELIST` to a comma separated string: `'john@doe.io,jane@doe.io'`.
114
+
In the config file itself you can also use an array of e-mail addresses.
114
115
115
116
By default the `users` table is used with the `email` and `password` field names. But you can change this if you are using some other table or fields.
0 commit comments