Re: [web2py] Re: ssl certificate?

2014-09-15 Thread Michele Comitini
+1 startssl.com class 1 certificate is good if you do not need anything fancy. 2014-09-15 3:51 GMT+02:00 Anthony abasta...@gmail.com: Check out StartSSL: http://www.startssl.com/?app=39 They offer Class 1 certificates for free. $59.90 for Class 2 /3. Anthony On Sunday, September 14, 2014

Re: [web2py] Re: Beginner issues

2014-09-15 Thread Richard Vézina
You can also, create your own custom validator... Richard On Sun, Sep 14, 2014 at 4:54 PM, Niphlod niph...@gmail.com wrote: you need an onvalidate call http://web2py.com/books/default/chapter/29/07/forms-and-validators#onvalidation On Sunday, September 14, 2014 8:02:30 PM UTC+2, Jean-Paul

Re: [web2py] Re: ssl certificate?

2014-09-15 Thread Anthony
Note, the free one is supposed to be limited to non-commercial use. On Monday, September 15, 2014 5:05:20 AM UTC-4, Michele Comitini wrote: +1 startssl.com class 1 certificate is good if you do not need anything fancy. 2014-09-15 3:51 GMT+02:00 Anthony abasta...@gmail.com: Check out

Re: [web2py] Login password changed

2014-09-15 Thread Manuele Pesenti
Il 14/09/14 19:18, 'FERNANDO VILLARROEL' via web2py-users ha scritto: How i can have a log of events for know who is change the password? you can consider to use auth.signature for you auth_user table look theese documentation pages from the manual:

Re: [web2py] Re: ssl certificate?

2014-09-15 Thread LightDot
In my experience, startssl staff manually checks the site for which the certificate is requested for (non)commercial content. Some borderline sites pass, some don't. If this is for web2py.com itself, I think there shouldn't be any issues. For non-free certificates, various Comodo, GeoTrust or

[web2py] Re: Reload a component form another component without submit form

2014-09-15 Thread Michel Krav
Thanks Niphlod using the on() function: script jQuery(document).ready(function() { jQuery('tr.w2p_even.even.with_id,tr.w2p_odd.odd.with_id ').on( dblclick,function() { var sid =

[web2py] set onblur event in controller

2014-09-15 Thread T.R.Rajkumar
How to set the _onblur event of an INPUT in controller to a function in static/js/x.js file? -- 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

[web2py] Re: get hidden input value in controller

2014-09-15 Thread T.R.Rajkumar
Thanks Anthony, its now working. On Tuesday, September 9, 2014 4:20:48 PM UTC+5:30, T.R.Rajkumar wrote: I have a hidden input in form. I set the hidden value in client by java script. But I am not able to get the value in request.vars or request.post_vars in controller. It returns None.

[web2py] web2py 2.9.10 is OUT

2014-09-15 Thread Massimo Di Pierro
web2py 2.9.10 is out. It fixes some important bugs and upgrades some contrib. packages. -- 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

Re: [web2py] Re: ssl certificate?

2014-09-15 Thread Anthony
For non-free certificates, various Comodo, GeoTrust or Thawte resellers have certificates in the 5 to 30 USD per year range (email / domain verification). If you need business entity verification, prices are higher. In any case, prices have plummeted in the last few years The $59.90

Re: [web2py] getting type 'exceptions.IOError' [Errno 13] Permission denied over and over

2014-09-15 Thread Willoughby
I'm late to this thread but one issue I always run into with web2py on Windows (well, anything with SQLite) are virus scanners randomly locking files. Especially if they're corporate network machines. That's another avenue you might look into. On Thursday, September 4, 2014 3:22:47 AM UTC-4,

[web2py] Re: How to return a more specific error message from auth.login(), rather than a generic invalid login

2014-09-15 Thread Mark Li
Ahhh, that is quite frustrating! I see this a quite a big usability improvement at virtually no cost to security; would an optional parameter like auth.login(return_specific_error=True) still fail security checks for owasp? If this isn't possible at a web2py framework level, I'd like to know

[web2py] Re: Reload a component form another component without submit form

2014-09-15 Thread Niphlod
that's not going to save you from any troubles. did you read the jquery docs about on() ? especially *Event handlers are bound only to the currently selected elements; they must exist on the page at the time your code makes the call to .on().* To ensure the elements are present and can be

Re: [web2py] Database design question regarding the usage of supertypes for a web2py project

2014-09-15 Thread Jan Beilicke
I chose approach B and it works fine. Thanks for mentioning drop downs. Kind regards, Jan Am Donnerstag, 11. September 2014 17:24:40 UTC+2 schrieb Richard: B will help you filter your drop down of component package if you can only have in a package the same supertype component. Difficults

[web2py] auth.login() does not return input value (username) on error, if auth.define_tables(username=True).

2014-09-15 Thread Mark Li
After submitting a failed login attempt with auth.login(), the failed username input is not returned (it is cleared out). This is not a problem when auth.define_tables(username=False), which would return the failed email input upon login error. But, when username=True, the form no longer

[web2py] Re: How to return a more specific error message from auth.login(), rather than a generic invalid login

2014-09-15 Thread Leonel Câmara
It's not very hard. Here's one way to do it with just changes to the included welcome application's default user controller. def user(): exposes:http:///[app]/default/user/login http:///[app]/default/user/logout http:///[app]/default/user/register

[web2py] Re: How to return a more specific error message from auth.login(), rather than a generic invalid login

2014-09-15 Thread Anthony
On Monday, September 15, 2014 2:20:06 PM UTC-4, Mark Li wrote: Ahhh, that is quite frustrating! I see this a quite a big usability improvement at virtually no cost to security; would an optional parameter like auth.login(return_specific_error=True) still fail security checks for owasp?

[web2py] web2py meetup with Massimo in north Bay Area

2014-09-15 Thread weheh
Target early December. How much interest? Looking for another speaker. Will try to leverage python user's group. Otherwise, I have a nice room on UC Berkeley campus large enough for 20+. Trying to get a measure of the audience. 1 additional volunteer speaker requested. -- Resources: -

[web2py] Re: web2py setup scripts for windows

2014-09-15 Thread Tim Richardson
In any case, a cygwin solution won't let me use the python win32 libraries. -- 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