[web2py] Re: how to send data to the server with web2py_websocket

2013-12-11 Thread Peter Govers
Thanks for the pull request Niphlod. On Tuesday, December 10, 2013 9:09:29 PM UTC+1, Niphlod wrote: > > sent the PR https://github.com/web2py/web2py/pull/325 > Thanks for the patch. > > On Tuesday, December 10, 2013 5:57:37 PM UTC+1, Peter Govers wrote: >> >> Hello L

[web2py] Re: new_password background-color

2013-12-11 Thread Peter Govers
I think you are running into a Web2py feature resulting in your custom background-color being overruled/overwritten. In /static/js/web2py.js: /* javascript for PasswordWidget*/ $('*input[type=password][data-w2p_entropy]*', target).each(function () { web2py.validate_entropy($(this)); }); and: ..

[web2py] Re: janrain login not working anymore?

2013-12-20 Thread Peter Govers
It seems the Jainrain Legacy Sign-in Widget has hit its end-of-life and has been replaced by Social Sign-in Widget. I've changed RPXAccount login_form (gluon/contrib/login_methods/rpc_account.py) to migrate Janrain's Legacy Sign-in Widget to the current Social Sign-in Widget. For more info: ht

[web2py] Re: janrain login not working anymore?

2013-12-20 Thread Peter Govers
I'm sorry, made a typo in patch above. Also changed code to be backwards compatible with older web2py versions. Updated PR and added new patch. Op vrijdag 20 december 2013 20:58:11 UTC+1 schreef Peter Govers: > > It seems the Jainrain Legacy Sign-in Widget has hit its end-of-life