[web2py] Re: auth.change_password() not workign

2010-12-01 Thread Aniket Arora
Actually I'm using two forms in a page. One of them is using SQLFORM and second form is using auth.change_password(). The first one works fine but change password form is not being submitted and also doesn't show any error when filled wrongly. This problem occurs where I'm using Version 1.88.2 and

[web2py] Re: auth.change_password() not workign

2010-12-01 Thread mdipierro
I do not think so. What do you mean it does not work? Could it be a problem with mail? On Dec 1, 1:57 am, Aniket Arora wrote: > Hey, > > I'm using web2py (Version 1.83.2) on my local machine. I used > auth.change_password() function and it works fine on my local machine. > But when I tried the sa