On 2016-05-31 09:49:19 +0000 (+0000), dobroslaw.zyb...@ts.fujitsu.com wrote:
> when I was setting username in gerrit I made small mistake (I ate on letter).
> 
> Is it possible to fix that?

Not really, no. Gerrit removed the ability to change usernames many
years ago, and it currently assumes usernames are immutable (since
it has features which depend on the username not changing once set).
Modifying a username requires an administrator to directly edit a
field in its SQL database backend. However, Gerrit only uses the
username for API access, and for that you can mostly ignore the
problem by configuring your ~/.ssh/config file with something like:

    Host openstack-gerrit
        HostName review.openstack.org
        User myGerritUsername

Hope that helps!
-- 
Jeremy Stanley

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to