Change username on user

Hi All,

Nice to be here :slight_smile:

I’ve noticed this question has been asked before (Rename user account / move user data - #7 by bf8392)

However there is a usecase where it would be useful to change a users username

for example if using SSO the system expects the username to be an email address or a upn (user principal name)

if the users upn changes they will not be able to use the cloud again unless they are setup with a new account and have all their shares and files moved over which in some cases is a big undertaking.

I propose to make these tasks easier for people in the future that the users username is not used as a key within database tables and instead a user id field is introduced to be used as a key instead.

If username is set, it cannot be changed anymore. If deleted and created new (same username) the user cannot access the same account as before, because the user-id behind the username is unique.

It is the same as with Windows user accounts, where a UUID is behind the username and a new one will be given after deletion and recreating the user.

The user/You only can modify the display name of a user.

1 Like

There is a feature request on GitHub:

If you would like to express your interest in this feature request, you can leave a thumbs up on GitHub (As a reaction and not as a comment).

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.