[web2py] Re: Password Field it's not encrypting :(

2010-11-07 Thread CesarBustios
It works just fine! :D On Nov 7, 8:03 pm, CesarBustios wrote: > Thank you mr.freeze i'll try that! > > On Nov 7, 6:54 pm, "mr.freeze" wrote: > > > > > > > > > There is a validator called CRYPT that will do it for > > you.http://web2py.com/book/default/docstring/CRYPT > > > On Nov 7, 4:32 pm, Ce

[web2py] Re: Password Field it's not encrypting :(

2010-11-07 Thread CesarBustios
Thank you mr.freeze i'll try that! On Nov 7, 6:54 pm, "mr.freeze" wrote: > There is a validator called CRYPT that will do it for > you.http://web2py.com/book/default/docstring/CRYPT > > On Nov 7, 4:32 pm, CesarBustios wrote: > > > > > > > > > Hi! I wrote the following: > > > db.define_table('Us

[web2py] Re: Password Field it's not encrypting :(

2010-11-07 Thread mr.freeze
There is a validator called CRYPT that will do it for you. http://web2py.com/book/default/docstring/CRYPT On Nov 7, 4:32 pm, CesarBustios wrote: > Hi! I wrote the following: > > db.define_table('User', >                         Field(...), >                         Field(...), >