How to add a second admin account? #1991
Answered
by
FiveKnives
FiveKnives
asked this question in
Q&A
|
I would like to assign administrator privileges to one of my user accounts too. How to do it? |
Answered by
FiveKnives
Jun 20, 2025
Replies: 1 comment
🔧 How to Create an Additional Admin User in wger (Docker Setup)If you're running wger via Docker and want to give another user admin access, follow these simple steps. This grants full admin rights via the built-in 🐳 Step-by-Step (Docker + Django Shell)
✅ What This Does
🧪 Notes
💬 Example Use Case
Feel free to copy this into your documentation! |
0 replies
Answer selected by
FiveKnives
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🔧 How to Create an Additional Admin User in wger (Docker Setup)
If you're running wger via Docker and want to give another user admin access, follow these simple steps. This grants full admin rights via the built-in
admingroup.🐳 Step-by-Step (Docker + Django Shell)
Grant all user roles
Grant all roles in the wger Web UI to your user account.
Open the Django shell inside the Docker container:
docker compose exec web python3 manage.py shellRun the following Python code to promote your user: