[web2py] Re: git integration application

2014-11-22 Thread Paolo Valleri
Hi, looking at the code: https://github.com/web2py/web2py/blob/master/applications/admin/controllers/default.py#L250 the repository url must finish with '.git' Paolo On Thursday, November 20, 2014 1:03:41 AM UTC+1, Ian Bell wrote: > > So here's the basic problem. I have pushed our web2py applic

Re: [web2py] Re: auth.messages.verify_email html template

2014-11-22 Thread Jay Martin
@Lisandro, would happen to have these code snippets handy to share? I'm interested in using the mailgun api too. Either way, thanks for checking! My best, Jay On Tuesday, October 29, 2013 5:46:51 PM UTC-4, Lisandro wrote: > > ... > > For those interested in doing that, is just as simple as inst

Re: [web2py] Re: auth.messages.verify_email html template

2014-11-22 Thread Lisandro
Hi Jay Martin. Actually, I ended up coding my own functions instead of instantiating the Auth class. That is, I coded my own login, register, reset_password, etc functions. For example, for the login, this is the code in the controller: # This code should run when the users posts the form with

Re: [web2py] Re: auth.messages.verify_email html template

2014-11-22 Thread Jay Martin
Extremely helpful! Thanks Lisandro. I'll be sure to share any tweaks... On Saturday, November 22, 2014 8:56:06 AM UTC-5, Lisandro wrote: > > ... > > I hope it helps! > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - htt

[web2py] Re: web2py RESTful timeout

2014-11-22 Thread Bart
My python script is getting a stock price from google finance and then posting (using RESTful api) to my web2py application every 15 minutes. When I look at the log files everything works for awhile, but after a couple hours every POST will timeout. If I load the application's default/index p

[web2py] Re: Possible to use CAS/Single Signon with custom auth_db?

2014-11-22 Thread Massimo Di Pierro
If you add fields to auth_user than you can still use CAS. If you use your own authentication logic, than I cannot say without more details. On Saturday, 22 November 2014 00:55:52 UTC-6, LoveWeb2py wrote: > > Hello, > > I'm trying to use Web2py's CAS feature and database cooperation. I tried >

[web2py] Re: web2py and security

2014-11-22 Thread Rufus
What aspect of security are you concerned about? Are you asking how to configure web2py for maximum security? Are there aspects of the security model you feel need boosting? Have you read the manual about web2py and security? I'm not an expert, but as I understand it, security was one of the prime