# HG changeset patch # User RĂ©mi Cardona # Date 1397471341 -7200 # Node ID 79ad734ca4d31fb9d9829820518d6445bfa6d2e1 # Parent c2108dbfb50810a6987c7d68c30171718246e048 an utf-8 -> a utf-8 diff -r c2108dbfb508 -r 79ad734ca4d3 web/formwidgets.py --- a/web/formwidgets.py Mon Apr 14 12:27:37 2014 +0200 +++ b/web/formwidgets.py Mon Apr 14 12:29:01 2014 +0200 @@ -315,7 +315,7 @@ class PasswordSingleInput(Input): - """Simple , will return an utf-8 encoded string. + """Simple , will return a utf-8 encoded string. You may prefer using the :class:`~cubicweb.web.formwidgets.PasswordInput` widget which handles password confirmation. @@ -332,7 +332,7 @@ class PasswordInput(Input): """ and a confirmation input. Form processing will fail if password and confirmation differs, else it will return the password - as an utf-8 encoded string. + as a utf-8 encoded string. """ type = 'password'