making sure proc apm_load_any_changed_libraries never reloads -init.tcl files. Those should only be source on server startup. Not sure how the -init.tcl files got on the reload list in the first place.
- Log nicer errors when trying to update a user that doesn't exist, or when adding a user that already exists- I again read the IMS spec wrong ... the <n> tag goes *inside* the <name> tag. Grrr..
- Cleaned up page- Added page to reset a password, since our new framework generally doesn't allow users to change passwords without knowing the current password
Moved password emailing to ::reset and ::retrieve, so the password is emailed even if those procs are called directly. Used by /acs-admin/users/password-reset