[google-appengine] Re: Login using Google Accounts-- modifying login screent.

2009-07-03 Thread Nick Johnson (Google)
Hi Varun, It's not possible to directly modify the login screen. Your best option is to provide the user with additional options after they have sucessfully logged in. -Nick Johnson On Wed, Jul 1, 2009 at 9:50 PM, Varun Saravagivarunsarav...@gmail.com wrote: Hi Google App Engine provides us

[google-appengine] Re: Login using Google Accounts-- modifying login screent.

2009-07-01 Thread Ritesh Nadhani
There is: redirect_url parameter to: create_login_url(). You can provide your own URL and redirect depending upon the registered user. You will need to have a way to find out if the user is an admin or student etc. On Wed, Jul 1, 2009 at 1:50 PM, Varun Saravagivarunsarav...@gmail.com wrote: