On 25/07/13 09:19 -0700, Demoy Blake wrote:
> I want create a password field (a field that does not echo user input)
>  to accept password from the client when needed.
>  the input of this password field should not encrypted . 
> 
> I tried to use a sha field for this, but I must have missunderstood the 
> documentation because the field won't appear in my views.
> 
>                       MPass=fields.Sha('MITS 
> password',required=True,help='')

To appear on the view, it must be added to the view.
By the way fields.Sha will be stored hashed in the DB.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgptwyn8AmB4k.pgp
Description: PGP signature

Reply via email to