-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support multiple accounts in domain web UI #1350
base: master
Are you sure you want to change the base?
Support multiple accounts in domain web UI #1350
Conversation
Check overte-org#1350 for up to date list.
This will allow the user to save an updated password without poking a different setting to unlock the save button.
Something I noticed (or failed to) in the config migration steps is that when a migration is preformed on settings, their original settings don't seem to be deleted/removed from the config file. I am assuming this is intentional and as such the existing domain-server account will continue to have the username and password hash in the config. |
In case you want GitHub Actions to create server packages: The way it currently works is that it creates server packages when you add the server label. If you push a commit and the server label was already added in the past that doesn't count. In that case, you need to remove the server label and add it again. That is technically a bug, but since making server packages involves running 12 jobs, this might be a good way of saving infrastructure costs 😅. |
Works for me. |
This adds support for multiple user accounts in the domain web UI using HTTP basic authentication.
TODO:
(The UI does not yet detect when the password fields have been changed, so another setting has to be toggled to give the option to save the new values)
Closes #734