author | Thierry Florac <thierry.florac@onf.fr> |
Tue, 14 Oct 2014 14:33:24 +0200 | |
changeset 83 | 782a12d62702 |
parent 82 | f1b437b926fd |
child 84 | 67b61a2eb943 |
--- a/src/ztfy/myams/login.py Tue Oct 14 14:32:53 2014 +0200 +++ b/src/ztfy/myams/login.py Tue Oct 14 14:33:24 2014 +0200 @@ -41,7 +41,7 @@ """Login form fields interface""" username = TextLine(title=_("login-field", "Login"), - description=_("Principal ID"), + description=_("Principal ID or email address"), required=True) password = Password(title=_("password-field", "Password"),