[web2py] Re: IMPORTANT - WEB2PY CONSULTING

2015-02-23 Thread Bruno Codeman
Massimo, please add my company: Name: Sonne Tech Website: www.sonnetech.com.br Country: Brazil. Thanks! Em domingo, 15 de fevereiro de 2015 20:21:36 UTC-2, Massimo Di Pierro escreveu: > > We need to update the list of companies that provide web2py consulting. > This list is obsolete: > > http:

[web2py] Re: Manually send confirmation email

2012-10-03 Thread Bruno Codeman
se the onaccept handler of auth.register() to add > custom processing to auth without too much extra work. you can add extra > fields to the auth form, and then do custom processing and let auth do the > rest of the work. > > On Thursday, September 27, 2012 6:24:15 AM UTC-7, Bruno C

[web2py] Re: Manually send confirmation email

2012-10-01 Thread Bruno Codeman
he auth form, and then do custom processing and let auth do the > rest of the work. > > On Thursday, September 27, 2012 6:24:15 AM UTC-7, Bruno Codeman wrote: >> >> Massimo, grazie per rispondere. Actually, I'm not using auth.register, I >> have a table called compa

[web2py] Re: Manually send confirmation email

2012-09-27 Thread Bruno Codeman
bles(username=False, signature=False) > > auth.settings.registration_requires_verification = False ### <<< change > this to True > > On Wednesday, 26 September 2012 23:20:43 UTC-5, Bruno Codeman wrote: >> >> Hi! >> >> I'm creating a custom re

[web2py] Manually send confirmation email

2012-09-26 Thread Bruno Codeman
Hi! I'm creating a custom registration form (my registration form have more than one table on db) , but I need to ask the user to confirm by email the registration, clicking on a link. I would like to use the web2py native feature of sending the email and just let the user log in after click th

Re: [web2py] Validate HTML Form

2012-09-24 Thread Bruno Codeman
thanks again, Bruno. You're always saving me, LoL. Em segunda-feira, 24 de setembro de 2012 13h09min22s UTC-3, rochacbruno escreveu: > > On the processing action you can use > db.table.validate_and_insert(**fields), if validated the record will be > inserted, otherwise it will return the error

[web2py] Validate HTML Form

2012-09-24 Thread Bruno Codeman
Hello everyone! I'm going back to web2py after one year developing with other technologies and saw a lot of good changes! Congrats Massimo and the dev team! So, I would like to ask a question: I have a full HTML form, rendered by an action and processed by other action. There is a way to valid

[web2py] Re: CAS Auth redirect loop

2011-09-06 Thread Bruno Codeman
Any news about it? On 31 ago, 18:08, Jay wrote: > The only comment I have is that there may be problem in the code at > redirect. Raising an exception in redirect does not seem to work. I > would look there. > My $.02. > > Jay