| Issue 1660: | Internal server error when logging in with existing OpenID user after changing canonical URL | |
| 8 people starred this issue and may be notified of changes. | Back to list |
************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC. *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS! *****
************************************************************
Affected Version:
What steps will reproduce the problem?
1. Change your canonical URL.
2. Log in with an existing OpenID user
3. Enter your old user name in the "Username" box
4. Click "Select Username"
What is the expected output? What do you see instead?
Application Error
Server Error
Internal Server Error
And a "Continue" button.
Please provide any additional information below.
ERROR com.google.gerrit.httpd.rpc.account.AccountSecurityImpl : Cannot send email verification message to xxxxx@xxxxx.com
com.google.gerrit.server.mail.EmailException: Connection refused
at com.google.gerrit.server.mail.SmtpEmailSender.open(SmtpEmailSender.java:264)
at com.google.gerrit.server.mail.SmtpEmailSender.send(SmtpEmailSender.java:161)
at com.google.gerrit.server.mail.OutgoingEmail.send(OutgoingEmail.java:125)
at com.google.gerrit.httpd.rpc.account.AccountSecurityImpl.registerEmail(AccountSecurityImpl.java:326)
Nov 13, 2012
#1
pedah...@gmail.com
Jun 13, 2013
Do we have work around for this issue?
Jun 13, 2013
The work-around is to merge accounts. See here: https://code.google.com/p/gerrit/wiki/SqlMergeUserAccounts This ticket should probably be closed as it is the way Gerrit is designed. See this thread: https://groups.google.com/forum/#!msg/repo-discuss/EPrpWEwFLTk/LphvrANz6oYJ |
|
| ► Sign in to add a comment |