--
You received this message because you are subscribed to the Google Groups "SubjectsPlus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subjectsplus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/subjectsplus/404df484-71ef-4dbd-895b-b33694062d9dn%40googlegroups.com.
The first, best method is to click on the "forgot my password" link from the login screen. However, if this isn't working for you, you can try resetting the pathword via PHPMyAdmin or your favourite tool for interacting with the MySQL database:
UPDATE staff SET password = md5("YourNewSuperSecurePassword") WHERE email = 'admin_email@your_institution.edu'