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 for setting password for Unit Groups #368

Merged
merged 2 commits into from
Apr 22, 2024

Commits on Apr 22, 2024

  1. Fix for setting password for Unit Groups

    * Password is not base64 encoded, but it's base64URL encoded.
    332fg-raven committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    03e6e6b View commit details
    Browse the repository at this point in the history
  2. Moved password_hash to dedicated file

    * Passwords can be set for units as well as ground control
      roles therefore it's more suitable to have password_hash
      implemented as a utility.
    332fg-raven committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ed04673 View commit details
    Browse the repository at this point in the history