Thank you all for help.

I will update my ~/.ssh/config file with my present username. I thought it may 
be possible to change it without recreating my account.

BR,
Dobroslaw Zybort
________________________________________
Od: Jeremy Stanley <[email protected]>
Wysłane: 31 maja 2016 17:16
Do: Żybort, Dobrosław
DW: [email protected]
Temat: Re: [Openstack] Usename change in gerrit

On 2016-05-31 09:49:19 +0000 (+0000), [email protected] 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     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to