- 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.
- Changed title to 'restarting', not 'restart', to imply that it's already happening.- Changing delay to two seconds, to increase the chance that the page is served before the server shuts down