fix: WebGUI/Auth.pm -- Required fields on Create Account show up with HASH(0xblah) as their value

fix: Added some i18n for password security measures that was neglected.
Fixed some coding standards with some subs.
This commit is contained in:
Doug Bell 2007-07-06 00:36:19 +00:00
parent 2a39d6a828
commit 32c2091360
4 changed files with 139 additions and 80 deletions

View file

@ -56,6 +56,7 @@
filters can now be created in HttpProxy wobject properties.
- 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.
7.3.20
- fix: Deactivated Users Subscriptions (perlDreamer Consulting, LLC)