Re: [web2py] Re: get rid of 'verify password' in register?

2015-05-22 Thread Richard Penman
Because the first examples used a different attribute: auth.settings.login_verify_password = False On Saturday, August 25, 2012 at 9:56:33 PM UTC+8, Alec Taylor wrote: Hmm, that worked this time... not sure what happened last-time. Maybe I had put the code in the wrong section of the file?

[web2py] Re: get rid of 'verify password' in register?

2012-08-25 Thread Anthony
Are you saying you don't want the verify password field on the register form (i.e., requiring users to enter the password twice when registering)? If so, just do this after defining auth: auth.settings.register_verify_password = False Anthony On Saturday, August 25, 2012 12:02:08 AM UTC-4,

Re: [web2py] Re: get rid of 'verify password' in register?

2012-08-25 Thread Alec Taylor
Hmm, that worked this time... not sure what happened last-time. Maybe I had put the code in the wrong section of the file? On Sat, Aug 25, 2012 at 11:48 PM, Anthony abasta...@gmail.com wrote: Are you saying you don't want the verify password field on the register form (i.e., requiring users to

[web2py] Re: get rid of 'verify password' in register?

2012-08-24 Thread Alec Taylor
Was this feature taken out? I'd really like to use it :) On Tuesday, August 23, 2011 10:14:36 PM UTC+10, Massimo Di Pierro wrote: oops. my mistake. On Aug 22, 11:04 pm, Anthony abasta...@gmail.com wrote: Well, you had to wait a whole 20 minutes, but Massimo is on the case:

[web2py] Re: get rid of 'verify password' in register?

2012-08-24 Thread Alec Taylor
Oh right, I had to actually edit the gluon\tools.py file. Thought it was a variable I could modify from db.py. On Saturday, August 25, 2012 1:58:56 PM UTC+10, Alec Taylor wrote: Was this feature taken out? I'd really like to use it :) On Tuesday, August 23, 2011 10:14:36 PM UTC+10, Massimo

[web2py] Re: get rid of 'verify password' in register?

2011-08-23 Thread Massimo Di Pierro
oops. my mistake. On Aug 22, 11:04 pm, Anthony abasta...@gmail.com wrote: Well, you had to wait a whole 20 minutes, but Massimo is on the case:http://code.google.com/p/web2py/source/detail?r=2c1f4c7f4f8e7e286d561... . Maybe it should be called settings.register_verify_password, since it's

[web2py] Re: get rid of 'verify password' in register?

2011-08-22 Thread Massimo Di Pierro
No but there will be in 2 minutes. auth.settings.login_verify_password = False On Aug 22, 10:37 pm, Bruno Rocha rochacbr...@gmail.com wrote: I am a bit lazy to hack my own register form, is there a simple way to remove the need of Verify Password  from auth/register? I want the user only

[web2py] Re: get rid of 'verify password' in register?

2011-08-22 Thread Anthony
Well, you had to wait a whole 20 minutes, but Massimo is on the case: http://code.google.com/p/web2py/source/detail?r=2c1f4c7f4f8e7e286d561688a16b08d139d5ea62 . Maybe it should be called settings.register_verify_password, since it's on the registration form, not the login form. Anthony On

Re: [web2py] Re: get rid of 'verify password' in register?

2011-08-22 Thread Bruno Rocha
web2py is amazing! I love it! Thannk you Massimo! When you come to Brazil, I will buy you a coffee (or a beer) :P On Tue, Aug 23, 2011 at 1:04 AM, Anthony abasta...@gmail.com wrote: Well, you had to wait a whole 20 minutes, but Massimo is on the case: