Hi,
To change a user’s password, following command ask to enter the password twice:
sudo -u www-data /edx/bin/python.edxapp /edx/app/edxapp/edx-platform/manage.py lms --settings production changepassword
Is there any way to change the passwords without entering it twice?
Or a way to change many users passwords at once?