This thing has been keeping me busy for days.
Here's the situation:
I have a website already running on Google App Engine, let's say it is accesible through www.olddomain.com, and users with a google account ending with @olddomain.com have access to the site.
The authentication options are set to Google Apps, and I have a Google Apps account for olddomain.com
No I want to change the website to www.newdomain.com, I want to keep all data and I also want the users to keep their personal data.
I have found a way to change the user accounts from user@olddomain.com to user@newdomain.com
When users aren't logged in to my website, they are redirected to a Google login page, with '@olddomain.com' automatically put after the textbox where they can fill in their account name.
Here is the question:
Is there any way to change the text '@olddomain.com' to '@newdomain.com' on the Google login page, keeping in mind that I want to keep all my data, including all personal data of the users, and that the user accounts change from user@olddomain.com to user@newdomain.com?
Basically, I want to change 'olddomain.nl' to 'newdomain.nl' in the screenshot below:
