Re: [web2py] [FYI] Pyodel is now a plugin

2013-03-29 Thread Alan Etkin
I tried pyodel and faced with the same issue of google login requirement. I signed in with google account but redirect to the Sign in with your google

Re: [web2py] [FYI] Pyodel is now a plugin

2013-03-29 Thread Alan Etkin
This is very odd, I belive it is a bug in the app authentication configuration itself, since I cannot reproduce the behavior in another GAE app which also relies in auth for access control. In case I find a way around this I'll post it here:

Re: [web2py] [FYI] Pyodel is now a plugin

2013-03-29 Thread 冷春辉
Hi Alan, It's true I'm using auth.wiki() in my app. Is there any work around for the time being? On Mar 30, 2013 12:02 AM, Alan Etkin spame...@gmail.com wrote: This is very odd, I belive it is a bug in the app authentication configuration itself, since I cannot reproduce the behavior in

Re: [web2py] [FYI] Pyodel is now a plugin

2013-03-29 Thread Alan Etkin
Hi Alan, It's true I'm using auth.wiki() in my app. Is there any work around for the time being? I don't think so, someone should look into web2py/gluon/tools.py to find out what is resetting the google accounts login status (or whatever) when it returns control to the app. I suppose

Re: [web2py] [FYI] Pyodel is now a plugin

2013-03-29 Thread Alan Etkin
I suppose the way of solving this, is patching that module, but there's no such patch so far. Here's the thing: - plugin_pyodel needs to call auth.wiki in the model in order to start, since it uses the wiki model and also it has a wiki action - When it calls auth.wiki, the Wiki constructor

Re: [web2py] [FYI] Pyodel is now a plugin

2013-03-28 Thread Spring
Hello Alan, I tried pyodel and faced with the same issue of google login requirement. I signed in with google account but redirect to the Sign in with your google

Re: [web2py] [FYI] Pyodel is now a plugin

2012-10-18 Thread Alan Etkin
El martes, 16 de octubre de 2012 18:12:46 UTC-3, Bill Thayer escribió:Hi Alan. I went through the registration process, got the Google sign in. Signed in with google too and then did not get re-directed back. AFAIK, there's no need to authenticate with a Google account to use the demo. Are

Re: [web2py] [FYI] Pyodel is now a plugin

2012-10-18 Thread Bill Thayer
Just tried it again. Logged in with my email and password then it took me to a blank page with one line on top that says to sign in with google password. On Thursday, October 18, 2012 8:23:58 AM UTC-5, Alan Etkin wrote: El martes, 16 de octubre de 2012 18:12:46 UTC-3, Bill Thayer escribió:Hi

Re: [web2py] [FYI] Pyodel is now a plugin

2012-10-18 Thread Alan Etkin
El jueves, 18 de octubre de 2012 12:29:17 UTC-3, Bill Thayer escribió:Just tried it again. Logged in with my email and password then it took me to a blank page with one line on top that says to sign in with google password. I must admit this is some kind of app issue. However, I have

Re: [web2py] [FYI] Pyodel is now a plugin

2012-10-16 Thread Bill Thayer
Hi Alan. I went through the registration process, got the Google sign in. Signed in with google too and then did not get re-directed back. -Bill On Wednesday, September 12, 2012 11:49:47 AM UTC-5, Alan Etkin wrote: El miércoles, 12 de septiembre de 2012 12:19:02 UTC-3, Tito Garrido

[web2py] [FYI] Pyodel is now a plugin

2012-09-12 Thread Alan Etkin
Pyodel demo is now available on Google appspot with new features: - Mode plugin (all functionalities can be deployed in web2py apps by individual components) - Course admission/attendees with CRUD - Course and lecture managing and presentation for students and teachers - Gradebooks with ajax

Re: [web2py] [FYI] Pyodel is now a plugin

2012-09-12 Thread Tito Garrido
Hey Alan, I was about to test it but it requested access to my google account, is it expected? On Wed, Sep 12, 2012 at 12:00 PM, Alan Etkin spame...@gmail.com wrote: Pyodel demo is now available on Google appspot with new features: - Mode plugin (all functionalities can be deployed in web2py

Re: [web2py] [FYI] Pyodel is now a plugin

2012-09-12 Thread Alan Etkin
Oops, I's not. Let me see how do I get rid of that 2012/9/12 Tito Garrido titogarr...@gmail.com: Hey Alan, I was about to test it but it requested access to my google account, is it expected? On Wed, Sep 12, 2012 at 12:00 PM, Alan Etkin spame...@gmail.com wrote: Pyodel demo is now

Re: [web2py] [FYI] Pyodel is now a plugin

2012-09-12 Thread Alan Etkin
El miércoles, 12 de septiembre de 2012 12:19:02 UTC-3, Tito Garrido escribió: Hey Alan, I was about to test it but it requested access to my google account, is it expected? The Google account login activates if you register with an active google user session. For now you can avoid the