rengine
rengine copied to clipboard
i forgot the password
can i reset the password?
👋 Hi @spionasee, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
Don't think so, but that'll be a possibility with 2.0, see:
- https://github.com/yogeshojha/rengine/commit/d418ae141546d6547d8a5efe25f9f7da91578896
- https://github.com/yogeshojha/rengine/commit/78e2c8114ede6a6ae246d592c1a4df522f3abdc8
in case it helps anyone, you could just use the built-in django method:
docker-compose exec web python3 manage.py changepassword
in case it helps anyone, you could just use the built-in django method:
docker-compose exec web python3 manage.py changepassword
@AnonymousWP @yogeshojha Maybe we could put this in the MakeFile ?
in case it helps anyone, you could just use the built-in django method:
docker-compose exec web python3 manage.py changepassword@AnonymousWP @yogeshojha Maybe we could put this in the MakeFile ?
Yep we can.
in case it helps anyone, you could just use the built-in django method:
docker-compose exec web python3 manage.py changepassword
I just tried this, but it requires you to have a root user and thus doesn't work for another user, neither if you use a username as parameter of that command.
I just tried this, but it requires you to have a root user and thus doesn't work for another user, neither if you use a username as parameter of that command.
Would you ever need to reset a non-root user password using an emergency reset method? I would have thought for non-root you just ask the root user to change it (someone with the ability to run manage.py is probably a one-liner away from root user anyway)
Personally, when I install reNgine, I never leave it blank. I always use my own username, and maybe others do the same.
Anyway, according to Django documentation it should work: https://docs.djangoproject.com/en/5.0/topics/auth/default/#changing-passwords