[web2py] Re: Login App engine

2016-02-03 Thread Charles tenorio
Hi Niphlod! work out what you said, thank you. I can now registers the USERS and login. can join us who the Registered User who did the operation. it all running app engine locally. But when I go up, I can only make the register of usr. Of this error in time to call the function that is to to

[web2py] Re: Login App engine

2016-02-03 Thread Charles tenorio
is ok now I changed line code! thanks for helpe Field('user_id', 'reference auth_user', default=auth.user_id) Field('user_id', 'reference auth_user', default=auth.user_id, readable=True, writable=False) Em terça-feira, 26 de janeiro de 2016 15:50:34 UTC-3, Charles tenorio escreveu: > >

[web2py] Re: Login App engine

2016-01-30 Thread Niphlod
uhm, strange. do you have in models this line session.connect(request, response, db=db) which is required by GAE, since it has no R/W fileystem whatsoever ? On Friday, January 29, 2016 at 10:40:40 PM UTC+1, Charles tenorio wrote: > > cool it was the *tbl(tbl auth_event, aut_group,

[web2py] Re: Login App engine

2016-01-29 Thread Charles tenorio
cool it was the *tbl(tbl auth_event, aut_group, auth_membership, auth_user)* tbl were created but were not created (auth_cas, auth_permission) ? when I try to log of this error Traceback (most recent call last): File

[web2py] Re: Login App engine

2016-01-28 Thread Massimo Di Pierro
That is the example. You should add those lines after auth is defined in models. That should be all. What problem do you experince? On Wednesday, 27 January 2016 17:24:00 UTC-6, Charles tenorio wrote: > > I do not know that. After I read your message, I tried to use but can not. > you can pass

[web2py] Re: Login App engine

2016-01-27 Thread Charles tenorio
I do not know that. After I read your message, I tried to use but can not. you can pass an example? thank you Em terça-feira, 26 de janeiro de 2016 15:50:34 UTC-3, Charles tenorio escreveu: > > good afternoon I need your help in the app engine can not use part of the > web2py login when I

[web2py] Re: Login App engine

2016-01-27 Thread Massimo Di Pierro
Are you using this? from gluon.contrib.login_methods.gae_google_account import GaeGoogleAccount auth.settings.login_form=GaeGoogleAccount() On Tuesday, 26 January 2016 12:50:34 UTC-6, Charles tenorio wrote: > >