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

Web UI possiility to reset password on first sign-in and maybe delete support user #628

Closed
os11k opened this issue Jan 31, 2024 · 1 comment

Comments

@os11k
Copy link

os11k commented Jan 31, 2024

Hi,

Homer7 web UI has a bit of outdated for username/password setup, which is basically hardcoded to be admin/sipcapture. Would be very nice to have possibility to set it up from variable in docker-compose as for Grafana or DB and maybe force to change on first sign in. Additionally would be nice to have such option for a user, when you create user, add checkbox to force user to reset.

I'm not sure why support user is there, but I think it must be disabled by default, I think sometimes it maybe overlooked and left there with default password on...

@lmangani
Copy link
Member

lmangani commented Jan 31, 2024

There's no real hardcoded parameters, but rather a script with defaults you can change and customize in your own build.
homer-app is the process creating and managing users and user authentication as per readme

You can essentially create a setup without any default users, and then create them with your own logic/values/

This being said, internal user management is very basic indeed. Any contributions are welcome or you can use external auth.

Edit: if you need suggestions let us know or join up the matrix channel to discuss it

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

No branches or pull requests

3 participants