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

fix: enable/disable password login on truenas #6433

Merged
merged 1 commit into from
Jan 16, 2024
Merged

fix: enable/disable password login on truenas #6433

merged 1 commit into from
Jan 16, 2024

Conversation

jrasm91
Copy link
Contributor

@jrasm91 jrasm91 commented Jan 16, 2024

Fixes #4667

  • It's no longer necessary to tell the immich-server to "reload the config", since the password enabled/disabled flag is always queried directly from the database during a login attempt.
  • Correctly sets the ImmichLogger log level to WARN, which is the prior behavior for the CLI. The CLI itself uses console.log for interactions. Warning/errors would only be shown through the ImmichLogger if the database was unavailable, etc.

@jrasm91 jrasm91 merged commit abce82e into main Jan 16, 2024
22 checks passed
@jrasm91 jrasm91 deleted the fix/4667 branch January 16, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Errors in CLI when using "immich-admin enable-password-login"
2 participants