use composer.schema for password change form
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2091 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
7496a39bbb
commit
4239a58a87
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ class PasswordChange(NodeView, Form):
|
||||||
@Lazy
|
@Lazy
|
||||||
def data(self):
|
def data(self):
|
||||||
data = dict(oldPassword=u'', password=u'', passwordConfirm=u'')
|
data = dict(oldPassword=u'', password=u'', passwordConfirm=u'')
|
||||||
data = {}
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue