1
0
Fork 0

reset password

This commit is contained in:
Ilya Mukhortov 2025-11-21 20:09:49 +10:00
parent 32f8e97d21
commit 84bc9bbec6
1 changed files with 7 additions and 0 deletions

7
medicine/reset_password.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
set -e
(cd /root/medicine-config/medicine &&
docker-compose exec python manage.py reset_password
)