[web2py] auth.messages.verify_email html template

2013-04-24 Thread Cristoffer Fairweather
First off, thanks to the community for a well written framework. The documentation is very nice and full of examples. I thought I'd ask here, as I couldn't be the only want who didn't want a text "verify email" to be sent out in lieu of nice, colorful, css heavy html emails. I want do the follo

[web2py] Re: Custom User Registration

2013-04-24 Thread Cristoffer Fairweather
Looking in gluon > tools.py, it seems that when a registration is taking place, it doesn't call any framework code to execute a registration. Rather, it simply does the registration actions inline, under form.accepts. /gluon/tools.py +2308 if form.accepts(request, session, formname='register',

[web2py] Re: better calendar.js?

2013-07-11 Thread Cristoffer Fairweather
Have you given jQuery UI a chance? You can roll your own themes to match your site, too: http://jqueryui.com/datepicker/ On Thursday, July 11, 2013 9:51:34 AM UTC-7, VP wrote: > > The current calendar.js is fine for date picker, but for datetime picker > it is not so good; select a specific time

[web2py] Basic Auth - Can't send WWW-Authenticate header when raising 401

2013-07-11 Thread Cristoffer Fairweather
Hey Massimo et al, Your diligence in forums in commendable, and it definitely helps in times like this! I have a situation where I want to run basic auth in a single controller only, and, instead of authenticating against the auth_user table, I want to do my own custom username/password verifi