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
Since #141, we need an easy way for existing users to get admin (on existing installs that are upgrading).
We can make a simple page that requests a code from the server, which will be logged to console. Only the server admin should have access to that log, so it should be safe to assume if the user has that code, they are an admin. When typed in, we can update their user permissions to admin.
The text was updated successfully, but these errors were encountered:
Since #141, we need an easy way for existing users to get admin (on existing installs that are upgrading).
We can make a simple page that requests a code from the server, which will be logged to console. Only the server admin should have access to that log, so it should be safe to assume if the user has that code, they are an admin. When typed in, we can update their user permissions to admin.
The text was updated successfully, but these errors were encountered: