Hi, We have Sonarqube server enterprise version 9.9 LTA.
right now we have authentication delegated to LDAP
and We are changing our email addresses to a new domain
if it will impacted to the user access to project ?
Will your user’s actual logins (what they type into the login portal) change?
If not, great! Nothing to do except have your users login so their user’s e-mail will refresh.
If so, you’ll need to use the POST api/users/update_login Web API (documentation linked in the footer of your instance) to update their login to the new e-mail.