- Adds administrative option to require a user to verify themselves before the next login.
- Re-factor the verify email template.
- Fix bug in user history action.
- Improvements to edituser and edituser2 actions.
- New preferences for verify page.
- Now display users that need to verify themselves differently in userlist.
- Added OnBeforeLogin Event, which is fired after password is validated, but before things are setup.
- Adds feu_smarty::preload_users()
- Adds the ability to redirect back to the originally requested URL (GET ONLY) if direct access to protected content resulted in a 403 error, and an error page exists to handle the request, with {FrontEndUsers} called on it.