Mercurial > p > roundup > code
diff roundup/password.py @ 7692:8fb42f41ef10 issue2550923_computed_property
merge in default branch to see if ti clears a travis-ci build error on 2.7 python; default branch builds fine
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:10:29 -0400 |
| parents | a2ecc31c43ac |
| children | 70a6ee453ddc |
line wrap: on
line diff
--- a/roundup/password.py Mon Jul 10 17:31:34 2023 -0400 +++ b/roundup/password.py Mon Sep 11 00:10:29 2023 -0400 @@ -398,7 +398,7 @@ deprecated_schemes = ["SSHA", "SHA", "MD5", "crypt", "plaintext"] experimental_schemes = ["PBKDF2S5"] known_schemes = ["PBKDF2"] + experimental_schemes + \ - deprecated_schemes + deprecated_schemes def __init__(self, plaintext=None, scheme=None, encrypted=None, strict=False, config=None):
