[Zope3-checkins]
CVS: Zope3/src/zope/app/interfaces/services/pluggableauth
- __init__.py:1.7
Jim Fulton
jim at zope.com
Tue Sep 2 17:46:08 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv16768/src/zope/app/interfaces/services/pluggableauth
Modified Files:
__init__.py
Log Message:
Wrapped some long lines.
=== Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py:1.6 Fri Aug 8 19:21:13 2003
+++ Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py Tue Sep 2 16:46:07 2003
@@ -32,7 +32,8 @@
title = TextLine(
title=_("Title"),
- description=_("The title of the user. This is usually used in the UI."),
+ description=_("The title of the user. "
+ "This is usually used in the UI."),
required=False)
description = Text(
@@ -42,7 +43,8 @@
login = TextLine(
title=_("Login"),
- description=_("The Login/Username of the user. This value can change."),
+ description=_("The Login/Username of the user. "
+ "This value can change."),
required=True)
password = Password(
More information about the Zope3-Checkins
mailing list