add: Settings can now return errors and messages to the user

add: WebGUI Auth password recovery can now be done by profile fields or just e-mail address
This commit is contained in:
Doug Bell 2007-07-09 21:23:11 +00:00
parent efd1e6705b
commit 8674572035
6 changed files with 530 additions and 57 deletions

View file

@ -68,6 +68,9 @@
- Collaboration System wobjects can now be subclassed and still work with the
existing Thread and Post assets.
- fix: Added some additional i18n that was missing.
- add: Settings can now return error messages to the user
- add: Password recovery can now be based on profile fields or simply by the
user's e-mail address.
7.3.20
- fix: Deactivated Users Subscriptions (perlDreamer Consulting, LLC)