-
I would like to assign administrator privileges to one of my user accounts too. How to do it? |
Beta Was this translation helpful? Give feedback.
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! |
Beta Was this translation helpful? Give feedback.
🔧 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
admin
group.🐳 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 shell
Run the following Python code to promote your user: