Skip to content

Commit

Permalink
Use ProtectedEmail for Email field factory
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Apr 29, 2016
1 parent 3b48acb commit a93adc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -10,6 +10,9 @@ Fixes:
Fixes https://github.com/plone/Products.CMFPlone/issues/1499
[kkhan]

- Use ProtectedEmail for Email field factory
[ebrehault]


2.3.5 (2016-02-11)
------------------
Expand Down
2 changes: 1 addition & 1 deletion plone/app/users/schema.py
Expand Up @@ -62,7 +62,7 @@ def protected(self, field):
)

EmailFieldFactory = NotEditableFieldFactory(
ProtectedTextLine,
ProtectedEmail,
_(u'label_email', default=u'E-mail'),
)

Expand Down

0 comments on commit a93adc5

Please sign in to comment.