[web2py] Re: Loader/waiting indeterminate progressbar

2020-07-09 Thread Dave S
On Monday, July 6, 2020 at 7:40:37 AM UTC-7, Jitun John wrote: > > 4 years and I have not been able to get to this. > I checked https://groups.google.com/forum/#!topic/web2py/zgSLxeg7avw > and tried to see if that works with the latest build of web2py.. but it > does not. > I am no developer ..

[web2py] Re: I want a code for admin login page?

2020-07-09 Thread Dave S
On Wednesday, July 8, 2020 at 3:22:34 PM UTC-7, Akshata Naduvinahalli wrote: > > please can you send me a code for login page of admin ,when click on login > it should redirect to admin details page, > web2py defaults to the admin pages being accessible only via localhost access (that is,

Re: [web2py] Security Issue??????

2020-07-09 Thread Christian Varas
Hi, There is not much to worry about, they are just best practices, informational or low issues. Except by CSRF but web2py already handle this - X-Frame-Options Header Not Set (15) Prevent that your site is used under an iframe on another site. Depends of the usage of the app -

[web2py] Re: Security Issue??????

2020-07-09 Thread Dave S
On Thursday, July 9, 2020 at 6:42:13 AM UTC-7, mikel...@gmail.com wrote: > > Hi, in this days I'm acting pen-test on my web2py application, all tools > used report me that there're some "important" header are missing.. > In particular: > >- X-Frame-Options Header Not Set (15) > > prevents

Re: [web2py] Re: Displaying errors in bootstrap collapse

2020-07-09 Thread Jose C
Glad it helped, cheers. -- 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 message because you are subscribed to the Google Groups

Re: [web2py] Re: Displaying errors in bootstrap collapse

2020-07-09 Thread Jim S
Thanks Jose for the idea. Here is what I came up with: if form.errors: panel_to_show = '' for field in form.errors: if field in ['w4_filing_status']: panel_to_show = 'collapseOne' break elif field in ['w4_two_jobs']: panel_to_show =

[web2py] Security Issue??????

2020-07-09 Thread mikel...@gmail.com
Hi, in this days I'm acting pen-test on my web2py application, all tools used report me that there're some "important" header are missing.. In particular: - X-Frame-Options Header Not Set (15) - Cross-Domain JavaScript Source File Inclusion (2) - Incomplete or No Cache-control and

[web2py] Setting options in IS_IN_SET() as links to pages with more links

2020-07-09 Thread mostwanted
Hi guys, is it possible to set options in the IS_IN_SET() validator as links to pages with more links related to the ones in the validator? I have a table that registers students, the requirements for the app are that all progams should be available for selection in the form field of

Re: [web2py] In a custom html form of SQLFORM in web2py, how to copy the request argument of the url into a form field input?

2020-07-09 Thread Anusha Narayan
Thanks a lot. On Thu, 9 Jul 2020, 9:22 am AGRogers, wrote: > >>> db.category.name.default = request.args(0) > That's a good idea. I forgot that you can just change that before > building the form. > Thanks > > > On Wed, 8 Jul 2020 at 23:33, Jim S wrote: > >> Here is how I'd do it: >> >>

[web2py] Re: hi i want to send steam content from webcame to view

2020-07-09 Thread Waleed Truman
this is for video from database i ask for stream video live from my webcam for face recognition i did it by python shell but when try to send fram from py file to view i cannot do this but i see example but flask work but it cannot do like this by web2py بتاريخ الخميس، 9 يوليو، 2020 2:26:56 ص

Re: [web2py] 502 bad gateway debian + web2py + python3 + nginx

2020-07-09 Thread Murat KAŞIKÇIOĞLU
Hi, I've installed Python2 version with the same error. Can you check again uwsgi parameters? processes=8 limit-as= more memory reload-on-as= more memory Murat. Narulmon Tanarultakun , 9 Tem 2020 Per, 01:22 tarihinde şunu yazdı: > Hi all, I'm trying to learn how to use web2py, it's my first