- 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
adding a validity check in proc lang::system::site_wide_locale. If the locale is invalid we log an informative error message and return en_US. The much preferable solution that we should look at is of course a mechanism for validity checks in the UI for changing parameter values.