[web2py] Re: Credential (email) encryption

2020-05-22 Thread Michele Serra
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 t

[web2py] Re: Credential (email) encryption

2020-04-21 Thread Michele Serra
Anyone? 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_

[web2py] Credential (email) encryption

2020-04-10 Thread Michele Serra
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

[web2py] Re: mongoengine.org: can this work with web2py?

2019-09-04 Thread Michele Serra
Hi Massimo, thanks a lot for the answer could you tell me how much it takes to use py4web in production? Il giorno mercoledì 4 settembre 2019 05:58:39 UTC+2, Massimo Di Pierro ha scritto: > > yes it would work but since you would not benefit from automatic web2py > forms and grid, I'd recommend

[web2py] Re: mongoengine.org: can this work with web2py?

2019-09-03 Thread Michele Serra
HI, have you tried mongoengine in web2py? Il giorno sabato 2 aprile 2011 06:39:50 UTC+2, Pystar ha scritto: > > I would like to know if anybody has used mongoengine, it looks like an > interesting project. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://githu

[web2py] How version all updates of table

2019-07-09 Thread Michele Serra
Hi, there's a method to versioning all updates of a table and not only the last? -- 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 messag

[web2py] Use nosql collections in web2py models

2017-07-19 Thread Michele Serra
Hi everyone, I wanted to ask a question about the use of a nosql database in web2py models, that is how I can build a document collection through the pydal create_table method, I know it is still in the experimental phase, but I really need it, By doing various experiments I noticed that using o