Question about the compatibility of the edx-username-changer plugin with recent Open edX versions

Hi @jimenez sorry to resurrect an old thread, but did you ever manage to get this working? I’ve tried installing on Palm, Quince and Redwood with the same results, doesn’t offer any new functionality (there is no option to change username). I’d also made a similar post back in April (here) but nobody seemed to have any info for me there.

@marslan if I run tutor local run lms pip freeze | grep username i get nothing:

tutor local run lms pip freeze | grep username
[+] Creating 6/0
:heavy_check_mark: Container tutor_local-smtp-1 Running0.0s
:heavy_check_mark: Container tutor_local-mysql-1 Running0.0s
:heavy_check_mark: Container tutor_local-permissions-1 Created0.0s
:heavy_check_mark: Container tutor_local-redis-1 Running0.0s
:heavy_check_mark: Container tutor_local-elasticsearch-1 Running0.0s
:heavy_check_mark: Container tutor_local-mongodb-1 Running0.0s
[+] Running 1/1
:heavy_check_mark: Container tutor_local-permissions-1 Started0.2s

If I run tutor local run lms ./manage.py lms print_setting FEATURES then right near the end I do see it there:

ENABLE_EDX_USERNAME_CHANGER': True

I also created a plugin as suggested by @IvoBranco, saved config, build images, restart platform, all the usual stuff…

It appears to me that this edx-username-changer is not functional on Tutor at all