Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 574910

Summary: Cannot change email address
Product: Community Reporter: Nobody - feel free to take it <nobody>
Component: GerritAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
email confirmation error none

Description Nobody - feel free to take it CLA 2021-07-19 09:27:18 EDT
Created attachment 286803 [details]
email confirmation error

When trying to change my email address in gerrit, a verification email is sent to the new email. When clicking the link to finish the action, I get an error (see attachment):

> Error 422 (Unprocessable Entity): invalid token
> 
> Endpoint: /r/config/server/email.confirm

I was able to change the primary email of the eclipse account without problems. Now I'd like to do the same with the gerrit account, but it seems broken. Am I missing something?
Comment 1 Eclipse Webmaster CLA 2021-07-19 14:48:14 EDT
Gerrit is driven by the same authentication store as accounts.eclipse.org so once you've updated your address at accounts.eclipse.org Gerrit should figure it out(timing depends on cache and load)eventually.

There isn't a way for us to remove the feature from Gerrits UI without editing the source code, but we were able to disable it(hence the confirmation error).

-M.