Hello!
I have a historical table where I save n passwords by users so, I want to
validate in the next change password that the user don't repeat the
password. I need to encrypt the password and make a query in historical
table.
How can I do to encrypt the password in Web2py?
Best regards.
--
On Thursday, July 22, 2021 at 10:47:08 AM UTC-7 isi_jca wrote:
> Hello!
> I have a historical table where I save n passwords by users so, I want to
> validate in the next change password that the user don't repeat the
> password. I need to encrypt the password and make a query in historical
Hi Massimo
I have created standalone functions that reorders table fields and support
for indexing regular fields by adding "indexed" to the Field signature at
objects.py
Before trying the script please add indexed=False to the Field signature
and self.indexed = indexed in objects.py, or overwr
3 matches
Mail list logo