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 existing auth strategies not getting new props #6250

Merged
merged 1 commit into from
Mar 17, 2023

Commits on Mar 13, 2023

  1. Fix existing auth strategies not getting new props

    This pull request should fix an existing authentication strategy not getting new properties after an update. It does this by using the existing function to pull in new properties and their defaults, and if any new properties are detected, write the strategy back to the database with the new defaults.
    
    Something of note, a bad auth strategy update that includes breaking default properties can break an installation, so people need to keep this in mind if this PR is merged.
    icsinfo authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c64f942 View commit details
    Browse the repository at this point in the history