mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: UI config disabled, default user group not possible to set #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Metzlmane on GitHub.
Originally assigned to: @stonith404 on GitHub.
Reproduction steps
"Error #01: The configuration can't be changed since the UI configuration is disabled"
I have disabled the UI settings, but from the admin UI I can't set the default user group.
But there is also no Environment-variable to do so.
https://pocket-id.org/docs/configuration/environment-variables#overriding-the-ui-configuration
I think this is missing
Expected behavior
exclude this settings if UI config disabled
or
provide ENV variable to define default groups
Actual Behavior
The UI and the log report an error, that it is not possible to perform this action
msg="Error #01: The configuration can't be changed since the UI configuration is disabled" app=pocket-id version=1.10.0
Pocket ID Version
1.10.0
Database
postgresql
OS and Environment
docker
Ubuntu
not distroless
Log Output
No response
@stonith404 commented on GitHub:
The env variables should now be in the docs and the form will be disabled in the next release if
UI_CONFIG_DISABLEDistrue.