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
We need to be able to disable registrations, so that when we create the backup site, we can leave it up and not worry about registrations there.
On the new site, we need to show old users a link to the backup site.
Solution
The disabling of registrations should be done on the backend, with a special error code, so the signup form can tell the user that registrations are closed. Use an environment variable to detect this on the backend.
Enable the little warning thing on the Home.vue, and link to the old site.
The text was updated successfully, but these errors were encountered:
Problem
Solution
The text was updated successfully, but these errors were encountered: