right! my fault, didn't set "secure=True"...
Thank you Niphlod!
--
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
we are using 2.13.4, in this version it is missing.
sorry for my post if it meanwhile got integrated! :)
--
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)
---
Y
Hi
To have ldap over tls working I had to add the following lines
in gluon/contrib/login_methods/ldap_auth.py to regard the cert file:
567 def init_ldap(
601 if tls:
+602 if cacert_file:
+603 ldap.set_option(ldap.OPT_X_TLS_REQUIRE_CERT,
ldap
Thanks guys!
Problem is that inserts into the db are done from another system than
web2py (php webserver).
I will use a trigger on mysql to set the corresponding fields with default
values when a record gets inserted from the php application.
Fritz
--
Dears
I have an issue that the defined default value in db.py is not taken into
the mysql table definition.
E.g. I define in db.py:
db.define_table('testcustomer',
Field('country2','string', length=2, default='ch', label=T('Land')),
Field('language2','string', length=2, default='de', lab
Hi Guys
I am struggling with @mobilize and ajax().
I have a form with two SELECT whereby changes on the first select will
update the options on the second select using ajax().
When I access the page, the form gets perfectly "mobilized" by using "
plugin_jqmobile/layout.html".
Both select fields l
6 matches
Mail list logo