mirror of
https://github.com/kopia/kopia.git
synced 2026-01-21 04:47:57 -05:00
- Fixes: #4257 - Fix: Handle case when the hash version is unset in the user profile - Add tests for default password hash - Fix failing authenticator test: When the password hashing version is not set, then the default one is used, so verifying the password works. Refactor authenticator tests: - Nit: rename test variable - Check error when calling SetPassword - Add comments for test cases - Nit: user assert.Equal in verifyRepoAuthenticator - Split repository authenticator tests to test invariants separately