Skip to content
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

Open
spionasee opened this issue Sep 23, 2023 · 9 comments · Fixed by #1171
Open

i forgot the password #955

spionasee opened this issue Sep 23, 2023 · 9 comments · Fixed by #1171
Assignees

Comments

@spionasee
Copy link

can i reset the password?

@github-actions
Copy link
Contributor

👋 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.

@AnonymousWP
Copy link
Contributor

Don't think so, but that'll be a possibility with 2.0, see:

@psyray psyray added enhancement New feature or request 2.0.0 labels Nov 18, 2023
@yogeshojha yogeshojha removed the 2.0.0 label Nov 20, 2023
@AnonymousWP AnonymousWP removed the enhancement New feature or request label Nov 22, 2023
@HG00
Copy link

HG00 commented Jan 10, 2024

in case it helps anyone, you could just use the built-in django method:
docker-compose exec web python3 manage.py changepassword

@psyray
Copy link
Contributor

psyray commented Jan 12, 2024

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 ?

@AnonymousWP
Copy link
Contributor

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.

@AnonymousWP AnonymousWP linked a pull request Jan 14, 2024 that will close this issue
@AnonymousWP
Copy link
Contributor

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.

@HG00
Copy link

HG00 commented Jan 22, 2024

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)

@AnonymousWP
Copy link
Contributor

Personally, when I install reNgine, I never leave it blank. I always use my own username, and maybe others do the same.

@AnonymousWP
Copy link
Contributor

Anyway, according to Django documentation it should work: https://docs.djangoproject.com/en/5.0/topics/auth/default/#changing-passwords

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants