An edX plugin to change username of edx accounts through admin panel
Project description
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). It only supports koa and latest releases of Open edX.
Installation
Installing Plugin
You can install it into any Open edX instance by using the following two methods:
To get the latest stable release from PyPI
pip install edx-username-changer
To get the latest commit from GitHub
pip install -e git+https://github.com/mitodl/edx-username-changer.git@master#egg=edx-username-changer
Configuring Plugin into Open edX
To configure this plugin, you need to do the following one step:
- Add/Enable a feature flag (ENABLE_EDX_USERNAME_CHANGER) into your environment variables (through lms.yml or studio.yml, depending upon where you are installing the plugin)
FEATURES:
...
...
ENABLE_EDX_USERNAME_CHANGER: true
...
How To Use
Its usage is as simple as changing the username of a user account through django's admin panel. Here are the steps (for clarity):
- Install
edx-username-changer
plugin. - Use an admin account to
access django admin
panel. - Go to
Users
model andselect an account
to change its username. - In the account editor page change the
username
field. - Hit
Save
(present at the bottom-right of page).
The whole process can be done on lms
or studio
or on both of them.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for edx-username-changer-0.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b10920556d1d215a59459266a489653bdbad8d5e43fc97c5effce4db1124a1a0 |
|
MD5 | 35d58df629d927955ce3487162e0df0c |
|
BLAKE2b-256 | e6555aed30c99ad5385ed5826fe9b870e501f1a43c28732504fc2f79f3149d10 |
Hashes for edx_username_changer-0.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4c20bf5b966aaf8918f708f32d35849c6b1720c5b0f5b5aeb79e9ba4135c634 |
|
MD5 | 72770fd91bb32de07fa34d3b4e1787ce |
|
BLAKE2b-256 | 88a15ad8d68239478a3e3f347b8eaec953329c1f9c46661e62dee73e1e5bf419 |