+
+ To reset your password, your administrator needs to run a Django
+ management command:
+
+
+
+ If running with Docker:
+
+
+ docker exec <container_name> python manage.py changepassword
+ <username>
+
+
+
+
+ If running locally:
+
+ python manage.py changepassword <username>
+
+
+ The command will prompt for a new password. Replace
+ <container_name> with your Docker container name
+ and <username> with the account username.
+
+
+ Please contact your system administrator to perform a password
+ reset.
+
+
+