Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(scope): Sysadmins stuck at the welcome page #241

Open
3 tasks done
justBjoern opened this issue Dec 16, 2024 · 1 comment
Open
3 tasks done

bug(scope): Sysadmins stuck at the welcome page #241

justBjoern opened this issue Dec 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@justBjoern
Copy link

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

  1. Git clone
  2. Edit .env
  3. Install script
  4. Create first sysadmin
  5. Login / Create first Default Project
  6. Create second sysadmin
  7. Login as second sysadmin

Environment

- reNgine: 2.1.0
- OS: Ubuntu 24.04 LTS
- Python: 
- Docker Engine: 27.4.0
- Docker Compose: 2.31.0
- Browser: Microsoft Edge 131.0.2903.99 (Official build) (64-bit)

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

  • This issue is not a duplicate of an existing bug report.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@justBjoern justBjoern added the bug Something isn't working label Dec 16, 2024
@psyray
Copy link
Contributor

psyray commented Dec 16, 2024

Thanks I will fix this ASAP

@psyray psyray self-assigned this Dec 16, 2024
@psyray psyray added this to the v2.1.1 release milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants