diff --git a/CHANGES.txt b/CHANGES.txt index 47d8cc45..dc0e9582 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -70,6 +70,9 @@ Features and Fixes [stevepiercy] https://github.com/Pylons/deform/issues/260 +- Avoid autocompleting passwords on ``CheckedPasswordWidget`` + [JocelynDelalande] + - Optionally bypass the resource registry and specify a resource as a dict where its keys are the type of asset (``"js"`` or ``"css"``) and its values are either a string or a list of strings of paths to assets on disk. diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 90ac61d5..adb891a6 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -144,3 +144,4 @@ Contributors - Stanisław Pitucha, 2020/06/30 - Lele Gaifax, 2020/08/22 - Geoffrey T. Dairiki, 2020/08/24 +- Jocelyn Delalande, 2021/05/05 diff --git a/deform/templates/checked_password.pt b/deform/templates/checked_password.pt index eeaded65..3507af37 100644 --- a/deform/templates/checked_password.pt +++ b/deform/templates/checked_password.pt @@ -7,6 +7,7 @@ ${field.start_mapping()}