On 13 Aug 2012, at 1:28 PM, Rob_McC <mrmccorm...@gmail.com> wrote:
> Just tried with web2py 2.0 release. It worked .
> 
> auth.define_tables(username=True)
> db.auth_user.username.requires.insert(0,IS_MATCH("[a-z].*"))
> 
> So, thanks everyone, this certainly answered my first post about the error.
> 
> I'll posts my working username code, that behaves the way Google usernames 
> do, once I'm done.
> 
> Much appreciated everyone,

Good. BTW, are you deliberately forbidding upper-case letters?

-- 



Reply via email to