Please answer!

Il giorno martedì 21 aprile 2020 15:16:38 UTC+2, Michele Serra ha scritto:
>
> Anyone? please
>
> Il giorno venerdì 10 aprile 2020 12:38:02 UTC+2, Michele Serra ha scritto:
>>
>> Hi, 
>> I use the email as the login credential, I tried to encrypt the email with
>>
>> db.auth_user.email.filter_in = lambda value : secure_dumps(value, enc_key)
>> db.auth_user.email.filter_out = lambda value : secure_loads(value, 
>> enc_key)
>>
>> and it works well, in the database I see the encrypted data while from 
>> the appadmin I see the decrypted data.
>>
>> But when I try to login it fails, with an "INVALID LOGIN"
>> Have you ever tried?
>> What am I doing wrong?
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/1f196a71-6224-4ee3-988b-d130bd19c53a%40googlegroups.com.

Reply via email to