Search code examples
google-app-engineoauth-2.0google-account

Where do I set the project name used on screen for multiple accounts login?


I've got a GAE app which uses users.create_login_url() to redirect users toward oauth2 login. Using it puts up a screen like this.

google multiple accounts login

Question is:

How to change "My Project" to something else?


Solution

  • Go to application settings on appengine.google.com and set "Application Title" (Displayed if users authenticate to use your application.)

    enter image description here