[web2py] Why web2py App performance has degraded all of sudden with SQLLITE

2020-05-02 Thread Sandeep Bondre
I do not see a solution to this problem . Can some one really help what is the solution to this Regards Sandeep sandeep.bon...@gmail.com -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2p

[web2py] Re: Why web2py App performance has degraded all of sudden with SQLLITE

2020-05-02 Thread John Bannister
Hi Sandeep, Would be good if you can supply a bit more information in order to help you find the solution. questions: 1: Has your database grown recently? 2: Is web2py slow on all queries or just on some tables? 3: Can you use _lasesql to see your sql calls and timings? 4: Are you using SQLFORM

[web2py] Re: [py4web] - how to disable some auth actions?

2020-05-02 Thread Dave S
On Wednesday, April 29, 2020 at 12:35:22 AM UTC-7, Massimo Di Pierro wrote: > > [...] > > Instead of a minimum complexity (entropy) you ca specify a min length, > number of required upper/lower case chars, and number special chars. > > auth.password_complexity = {"min": 8, "upper": 1, "lower":