Describe the bug
After changing the flag DISABLE_ALL_ACCOUNT from True to False, the application does not enable back the accounts. NO matter the change, it stays without accounts enabled.
To Reproduce
Steps to reproduce the behavior:
- Deploy helm chart with:
disableAccount: false
disableAllAccount: false
allowNewAccount: false
- Sign in, make sure its working
- Redeploy, changing the flag
disableAllAccount=true
- Verify that there's no login page
- Redeploy, changing the flag
disableAllAccount=false
- Verify that there's still no login page
Expected behavior
The accounts should be back again after enabling them.
Screenshots
Platform
K3S Cluster, installed using the helm chart available.
Additional context
Also noticed that after redeploying from scrach (data purged) with accounts enabled, if I changed the flag disableAccount=true, the same behaviour would happen, of removing the accounts and not letting me turn them back on - while according to the docs, that flag only enables/disables the internal accounts.
Describe the bug
After changing the flag
DISABLE_ALL_ACCOUNTfrom True to False, the application does not enable back the accounts. NO matter the change, it stays without accounts enabled.To Reproduce
Steps to reproduce the behavior:
disableAllAccount=truedisableAllAccount=falseExpected behavior
The accounts should be back again after enabling them.
Screenshots
Platform
K3S Cluster, installed using the helm chart available.
Additional context
Also noticed that after redeploying from scrach (data purged) with accounts enabled, if I changed the flag
disableAccount=true, the same behaviour would happen, of removing the accounts and not letting me turn them back on - while according to the docs, that flag only enables/disables the internal accounts.