Skip to content

[BUG] Accounts disabled even after turning them on #324

Description

@pimonteiro

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:

  1. Deploy helm chart with:
disableAccount: false
disableAllAccount: false
allowNewAccount: false
  1. Sign in, make sure its working
  2. Redeploy, changing the flag disableAllAccount=true
  3. Verify that there's no login page
  4. Redeploy, changing the flag disableAllAccount=false
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions