[web2py] Re: SQLFORM widgets and drop-down filtering

2018-04-09 Thread Leonel Câmara
I would just add some javascript to filter the state options when the year changes. There's no widget specifically for this, you could make a custom one, but it would always have to include javascript to do basically the same thing, so it's not worth it to make a custom widget if you will only

[web2py] Re: Decrypt password from auth_user

2018-04-09 Thread Joe Barnhart
Actually you don’t want to show the correct number of characters. That gives an attacker a lot of information. -- 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

[web2py] Re: SQLFORM widgets and drop-down filtering

2018-04-09 Thread Dave S
On Monday, April 9, 2018 at 7:17:42 AM UTC-7, Leonel Câmara wrote: > > I would just add some javascript to filter the state options when the year > changes. There's no widget specifically for this, you could make a custom > one, but it would always have to include javascript to do basically the

[web2py] Re: PYTHON 3

2018-04-09 Thread Jurgis Pralgauskis
Would be good if Py3 support would be highlighted in Instructions http://web2py.com/init/default/download as now it says > python*2.7* web2py.py Because most guys go there ps.: and because https://youtu.be/GudJlbK4TY8 > -- Resources: - http://web2py.com - http://web2py.com/book (Document