Re: [web2py] strange lost password behavior

2011-03-21 Thread Marin Pranjic
Which version of web2py are you using?

On Mon, Mar 21, 2011 at 3:56 PM, rif feric...@gmail.com wrote:

 Hi guys,

 Is the default lost password working for you?

 In my deploy I always get an Invalid email validation warning.



Re: [web2py] strange lost password behavior

2011-03-21 Thread rif
1.94.5 the latest.




Re: [web2py] strange lost password behavior

2011-03-21 Thread rif


ok, the validation was because the email was not registered, with a valid email 
I get this:

Traceback (most recent call last):
  File /Users/alex/web2py/gluon/restricted.py, line 188, in restricted
exec ccode in environment
  File /Users/alex/web2py/applications/mcsa/controllers/default.py, line 160, 
in module
  File /Users/alex/web2py/gluon/globals.py, line 124, in lambda
self._caller = lambda f: f()
  File /Users/alex/web2py/applications/mcsa/controllers/default.py, line 139, 
in user
return dict(form=auth())
  File /Users/alex/web2py/gluon/tools.py, line 1048, in __call__
return self.request_reset_password()
  File /Users/alex/web2py/gluon/tools.py, line 2035, in request_reset_password
dict(key=reset_password_key)):
  File /Users/alex/web2py/gluon/tools.py, line 582, in send
logger.warn('Mail.send failure:%s' % e)
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py,
 line 1033, in warning
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py,
 line 1129, in _log
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py,
 line 1139, in handle
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py,
 line 1176, in callHandlers
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py,
 line 662, in handle
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py,
 line 770, in emit
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py,
 line 713, in handleError
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/traceback.py,
 line 124, in print_exception
  File 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/traceback.py,
 line 13, in _print
IOError: [Errno 5] Input/output error

It is running on a mac server Python 2.6.1