-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i forgot the password #955
Comments
👋 Hi @spionasee, |
in case it helps anyone, you could just use the built-in django method: |
@AnonymousWP @yogeshojha Maybe we could put this in the MakeFile ? |
Yep we can. |
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 |
can i reset the password?
The text was updated successfully, but these errors were encountered: