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
It is possible to login with the first sysadmin created during setup. The welcome screen is presented, and the default project is created.
After adding a second sysadmin the login works fine, but they cannot get passed the Welcome Screen. Every time they hit Next Button the Project, they wrote down is created, but they are back on the Welcome Screen.
Expected Behavior
To not have to create a project by default on first login, get passed that screen.
Current Behavior
It is possible to login with the first sysadmin created during setup. The welcome screen is presented, and the default project is created.
After adding a second sysadmin the login works fine, but they cannot get passed the Welcome Screen. Every time they hit Next Button the Project, they wrote down is created, but they are back on the Welcome Screen.
Expected Behavior
To not have to create a project by default on first login, get passed that screen.
Steps To Reproduce
Environment
Anything else?
Solution:
Quick fix. Go into the db and in the table auth_users set "is_sysadmin" = true and "is_staff" = true. Works like a charm.
Acknowledgements
The text was updated successfully, but these errors were encountered: