Moved to: https://osmium.morningside.edu/confluence/x/GQA-AQ
Moodle
This is largely deprecated in favor of the new UserControl programs which do this automatically in response to Aims changes.
# mysql -p Enter password: ********* mysql> use moodle mysql> UPDATE LOW_PRIORITY mdl_user SET username = '(newusername)' where username='(oldusername)';