Reset password
docker exec -it paperless-webserver-1 bash
python manage.py shell -c "from django.contrib.auth import get_user_model; User = get_user_model(); u = User.objects.get(email='hns.sharma@outlook.com'); u.set_password('YourNewSecurePassword123'); u.save()"
No comments to display
No comments to display