[web2py] Re: requires IS_IN_DB multiple and zero

2019-05-27 Thread 'jim kaubisch' via web2py-users
Thanks, Dave, that did the trick. >From the little I've tried, "command" seems to work (with Safari) for both single and Multiple. Haven't tried other browsers or the other platforms yet On Saturday, May 25, 2019 at 9:49:28 PM UTC-7, jim kaubisch wrote: > > Hi and thanks for the suggestions -

[web2py] Re: Write a payment gateway for web2py

2019-05-27 Thread pbreit
Does the payment service provide any public documentation? Does this help? https://pycryptodome.readthedocs.io/en/latest/src/cipher/des3.html -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

Re: [web2py] Re: Stripe Elements don't display properly - because of some security issue in Web2py - (CSP?)

2019-05-27 Thread Eliezer (Vlad) Tseytkin
Oh, I am not using web2py stripe. I installed stripe stripe and use it directly - need some more advanced features. On Mon, May 27, 2019, 12:21 PM Massimo Di Pierro wrote: > Where is that string? . It > is not in web2py/gluon/contrib/stripe.py Are you using an old stripe.js > file that needs

[web2py] Re: Stripe Elements don't display properly - because of some security issue in Web2py - (CSP?)

2019-05-27 Thread Massimo Di Pierro
Where is that string? . It is not in web2py/gluon/contrib/stripe.py Are you using an old stripe.js file that needs to be updated? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Stripe Elements don't display properly - because of some security issue in Web2py - (CSP?)

2019-05-27 Thread Vlad
After some googling I tried to add something like this definitely not safe, but in any case doesn't help at all - or like this same errors come back - and stripe elements don't show up right... On Monday, May 27, 2019 at 9:18:04 AM UTC-4, Vlad wrote: > > I've got some

[web2py] Stripe Elements don't display properly - because of some security issue in Web2py - (CSP?)

2019-05-27 Thread Vlad
I've got some security-related errors which cause Stripe elements not to display correctly. Some googling helped to understand that presumably web2py uses CSP (content security policy?) and some stripe resources need to be whitelisted somewhere (not sure if it's web2py-related or web

[web2py] insecure string pickle

2019-05-27 Thread karthikeyan p
hi . i am running web2py app in *pythonanywhere - *its version is Version 2.17.1-stable+timestamp.2018.08.06.01.02.56 i pull the app via git to my local machine which has Version 2.18.5-stable+timestamp.2019.04.08.04.22.03 when i tried to open the app , i got this error insecure string

[web2py] How can I generate hash for user password like web2py

2019-05-27 Thread Константин Комков
Can somebody told about free library for windows (.dll) which can generate hash of password like web2py (pbkdf2 + sha512)? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

Re: [web2py] Re: Web2py: Update table content after submit action

2019-05-27 Thread Dave S
On Sunday, May 26, 2019 at 4:44:06 AM UTC-7, Lovedie JC wrote: > > Hi Dave. I have struggled with this for long but never got a good answer. > Do you have an example where in the view page: > {{=form}} > in the primary page is used but the page is not refreshing > > No. If your page is