[web2py] How to encrypt password

2021-07-22 Thread isi_jca
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. --

[web2py] Re: How to encrypt password

2021-07-22 Thread Dave S
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

[web2py] Re: Asking support for MySQL create/alter column "AFTER" keyword

2021-07-22 Thread Alfonso Serra
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