[web2py] Re: Alternative Auth Fields (not additional ones)?

2010-12-17 Thread DenesL
Try setting db.auth_user.last_name.requires=[] in your model after auth is defined or in your action before the form. On Dec 17, 12:44 am, Greg greg.kr...@gmail.com wrote: Hello, When my users register I won't have any need for them to enter First name or Last name. I really only need

[web2py] Re: Alternative Auth Fields (not additional ones)?

2010-12-17 Thread Greg
Thank you, that does work. On Dec 17, 11:54 am, DenesL denes1...@yahoo.ca wrote: Try setting db.auth_user.last_name.requires=[] in your model after auth is defined or in your action before the form. On Dec 17, 12:44 am, Greg greg.kr...@gmail.com wrote: Hello, When my users