Repro: 1. Start a cluster of any size 2. Create a new user: ```root@127.0.0.1:53473/defaultdb> create user foo; CREATE ROLE Time: 2.583ms root@127.0.0.1:53473/defaultdb> alter user foo with password 'foo'; ALTER ROLE Time: 60.572ms ``` 3. Log into the web ui, go to the node map:  Jira issue: CRDB-4130