How to edit username Open edX?

i want edit username or public name ?

You can use this plugin GitHub - mitodl/edx-username-changer: A plugin to enable update usernames through admin panel in Open edX (and other apps that log into Open edX via OAuth)

1 Like

Thank you. @Anh_Vu_Nguy_n

supports Open edX Nutmeg Release?

In the git repo the author wrote:

A plugin to enable update usernames through admin panel in Open edX (and other apps that log into Open edX via OAuth). It only supports koa and latest releases of Open edX

So it works on Nutmeg.

i use command > pip install edx-username-changer but not show → tutor plugins list how to fix it.

It’s not a tutor plugin. Try this instead.

I actually finished it a while ago, but I haven’t replied to your comment yet. Thanks!
I add config command line

tutor config save --append OPENEDX_EXTRA_PIP_REQUIREMENTS=git+https://github.com/mitodl/edx-username-changer.git

create a plugin .yml

cd "$(tutor plugins printroot)"
vim enable_username_changer.yml

add code

name: enable_username_changer
version: 0.1.0
patches:
  common-env-features: |
     ENABLE_EDX_USERNAME_CHANGER: true

enable this plugin

tutor plugins enable enable_username_changer

check plugin enable

tutor plugins list

save config

tutor config save

rebuild openedx

tutor  images build openedx

and launch

tutor local launch