I do not remember what it was but if I said it was fixed it should be
fixed. Are you still having problems?

On Feb 13, 4:09 am, Alexandre Andrade <alexandrema...@gmail.com>
wrote:
> In 8/Feb/2010 you wrote about the subject "Customizing Auth"
> ------------------------------------
> It is combinations of two things:
> 1) a bug (just fixed in trunk)
> 2) the example is missing something (I fixed it). Should be:
>
> auth.settings.table_user = db.define_table('auth_user',
>     Field('first_name', length=512,default=''),
>    Field('last_name', length=512,default=''),
>    Field('email', length=512,default='',
>           requires = [IS_EMAIL(),IS_NOT_IN_DB(db,'
> auth_user.email')]),
>     Field('password', 'password',
>          readable=False, label='Password',
>           requires=CRYPT(auth.settings.hmac_key)),
>     Field('registration_key', length=512,
>           writable=False, readable=False,default=''),
>    Field('reset_password_key', length=512,
>           writable=False, readable=False, default=''))
>
> Sorry about this and thanks for help in debugging.
>
> Massimo
> -------------------------------------------------------
>
> I'm asking about the 1) a bug fixed in trunck
>
> 2010/2/13 mdipierro <mdipie...@cs.depaul.edu>
>
>
>
> > If this something you sent me? I do not recall anything on the
> > subject.
>
> > On Feb 12, 6:52 pm, Alexandre Andrade <alexandrema...@gmail.com>
> > wrote:
> > > If minor fixes, why 1.15.1 and not 1.74.12?
>
> > > Between the fixes, is the one about change/personalize auth tables?
>
> > > 2010/2/12, mdipierro <mdipie...@cs.depaul.edu>:
>
> > > > Please check it out. Minor fixes.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "web2py-users" group.
> > > > To post to this group, send email to web...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/web2py?hl=en.
>
> > > --
> > > Atenciosamente
>
> > > --
> > > =========================
> > > Alexandre Andrade
> > > Hipercenter.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "web2py-users" group.
> > To post to this group, send email to web...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/web2py?hl=en.
>
> --
> Atenciosamente
>
> --
> =========================
> Alexandre Andrade
> Hipercenter.com

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to