forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow pre-hashed passwords in mosquitto logins config. (home-assistan…
…t#3183) * Allow pre-hashed passwords in mosquitto logins config. This change adds the ability to pass already-hashed passwords in the logins array. If the password begins 'PBKDF2$sha512$' and has length 134, it is not hashed again and is incorporated directly into the `pw` file. Otherwise, the existing logic is used. * Use `password_pre_hashed` boolean config instead of heuristic based on string prefix for pre-hashed passwords. * Documentation updates for clarity to pre-hashed passwords feature. * Fix max line length in English translation.
- Loading branch information
Showing
5 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters