Can't change admin password in new version. See traceback below..

----------
VERSION web2py™ Version 1.88.2 (2010-10-29 23:04:43)
Python  Python 2.5.2: /usr/bin/python
TRACEBACK

Traceback (most recent call last):
  File "/home/www-data/web2py/gluon/restricted.py", line 188, in
restricted
    exec ccode in environment
  File "/home/www-data/web2py/applications/admin/compiled/
controllers_default_change_password.py", line 1148, in <module>
  File "/home/www-data/web2py/gluon/globals.py", line 96, in <lambda>
    self._caller = lambda f: f()
  File "/home/www-data/web2py/applications/admin/compiled/
controllers_default_change_password.py", line 94, in change_password
  File "/usr/lib/python2.5/posixpath.py", line 62, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

Reply via email to