[Zope-CMF] Change Password Error

Atip Asvanund atip@andrew.cmu.edu
Fri, 16 Aug 2002 13:03:14 -0400 (EDT)


I just upgraded to CMF 1.3 and Plone 1.0a2 that were recently released. I
created a new Private Plone Site. However, the users that I created are
unable to change passwword from inside the Plone Site (by clicking on
"preferences" in the upper right hand corner and clicking "change
password").

Is this a known problem? What would be a fix to it?

I get the error below:

Error Type AttributeError
Error Message
Error Value portal_registration

Traceback (innermost last):
  File /home/zope/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/Publish.py,
line 150, in publish_module
  File /home/zope/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/Publish.py,
line 114, in publish
  File /home/zope/Zope-2.5.1-linux2-x86/lib/python/Zope/__init__.py, line
159, in zpublisher_exception_hook
    (Object: p2psim_internal)
  File /home/zope/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/Publish.py,
line 98, in publish
  File /home/zope/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/mapply.py,
line 88, in mapply
    (Object: change_password)
  File /home/zope/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/Publish.py,
line 39, in call_object
    (Object: change_password)
  File
/home/zope/Zope-2.5.1-linux2-x86/lib/python/Products/CMFCore/FSPythonScript.
py, line 90, in __call__
    (Object: change_password)
  File
/home/zope/Zope-2.5.1-linux2-x86/lib/python/Shared/DC/Scripts/Bindings.py,
line 252, in __call__
    (Object: change_password)
  File
/home/zope/Zope-2.5.1-linux2-x86/lib/python/Shared/DC/Scripts/Bindings.py,
line 283, in _bindAndExec
    (Object: change_password)
  File
/home/zope/Zope-2.5.1-linux2-x86/lib/python/Products/CMFCore/FSPythonScript.
py, line 124, in _exec
    (Object: change_password)
    (Info: ({'script': <FSPythonScript instance at 8e05e50>, 'context':
<CMFSite instance at 8f15ad8>, 'container': <CMFSite instance at 8f15ad8>,
'traverse_subpath': []}, ('p2p4me', 'p2p4me', []), {}, (None,)))
  File Script (Python), line 6, in change_password
  File
/home/zope/Zope-2.5.1-linux2-x86/lib/python/AccessControl/ZopeGuards.py,
line 47, in guarded_getattr
    (Object: p2psim_internal)
AttributeError: (see above)