[web2py] How to send email of registration verification and reset password by my function not by auth

2013-12-06 Thread Relsi Maron
Hi, I'm using boto to send my emails through Amazon SES, like this: http://www.web2pyslices.com/slice/show/1448/amazon-web-services-simple-email-service-using-boto All email of the app is ok, are send by my function, but the verify register and reset password email already are sent automatical

[web2py] Re: How to send email of registration verification and reset password by my function not by auth

2013-12-06 Thread Relsi Maron
> > You can mail your own mail class and set: > > auth.settings.mailer = YourMail() > > > On Friday, 6 December 2013 07:25:38 UTC-6, Relsi Maron wrote: >> >> Hi, >> >> I'm using boto to send my emails through Amazon SES, like this: >> >> h

[web2py] http 400 error after change urls

2014-03-14 Thread Relsi Maron
Hi, This happening an unusual thing here, after I changed my urls, I am getting many http 400 errors. I've rebooted the routes, already rebooted the server, and the errors are still happening. Sometimes you can access the url, and sometimes receive error 400. And sometimes it no rewrite the ro

[web2py] crud.update error on dynamic change field value

2015-12-22 Thread Relsi Maron
Hello guys, I use this javascript lib [1 ] to populate a form with geolocalization data [2 ]. It works very well in a crud.create form, but if I use it in crud.update form I get this error, when the

[web2py] Re: crud.update error on dynamic change field value

2015-12-23 Thread Relsi Maron
on the server after > form submission but before crud.update() gets called. > > Anthony > > On Tuesday, December 22, 2015 at 9:34:02 PM UTC-5, Relsi Maron wrote: >> >> Hello guys, >> >> I use this javascript lib [1 <http://ubilabs.github.io/geocomplete/&

[web2py] Re: web2pyslices

2017-03-21 Thread Relsi Maron
Hi Massimo, what is the major difficult to maintenance? How we can help? Em terça-feira, 21 de março de 2017 16:53:16 UTC-3, Massimo Di Pierro escreveu: > > web2pyslices is becoming hard to maintain. Right now the best solution is > to create a github repo and move all the recipes into issues.

[web2py] Re: Future of web2py

2017-05-27 Thread Relsi Maron
Hi Andrea, Yes, there will be a future for web2py! Web2py will remain being what it is. :) A new version, with support for Python 3, is about to come. Even though Massimo is developing a new framework, Web2py will continue to exist - with the same purpose for which it was created: to teach de

[web2py] Re: Interact Web2Py App with Android App Security

2015-10-03 Thread Relsi Maron
Enable basic authentication [1 ]: auth.settings.allow_basic_login = True so: https://user:password@http://localhost:8080/mysite/controller/get_example [1] http://www.web2py.com/book

[web2py] Re: please help testing web3py

2019-07-09 Thread Relsi Maron
> > Does it work? > Works fine here. Ubuntu 16.04 Python 3.5 > How does it flow? > In a fresh install, its flow easy. > What explanations should be necessary? > None, at now. > Can you write a brief documentation of your experience for other users? > I simply followed the instructio