Users are presently unable to modify the name listed under "Manage Sites" >


The initial "Site Name" is also used after the following:
Original support topic:
https://wordpress.org/support/topic/change-the-site-name/
_Do not alter or remove anything below. The following sections will be managed by moderators only._
Authentication::register(), add the same $option_updated callback onto update_option_blogname, just like the existing ones for home + site URL@jamesozzie this name should be updated automatically now any time their Site URLs change:

@felixarntz perhaps we should extend this functionality to include changes to the Site Title as well?
Escalating to execution 👍
IB ✅
Tested
Pull down develop, navigated to dashboard -> Manage sites
Passed QA ✅
@ShahAaron the steps you took here would pass QA before this issue was worked on so this isn't quite ready for Approval yet.
Please try the following:
The key difference is that the site title should be synchronized with the authentication service without setting up again.
@aaemnnosttv I probably didn't explain what I did very well
This time I strictly followed your steps and the new site title was shown on the list of sites for the authentication service
Most helpful comment
@jamesozzie this name should be updated automatically now any time their Site URLs change:
@felixarntz perhaps we should extend this functionality to include changes to the Site Title as well?