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

@ -4251,6 +4251,16 @@ Get a copy of wget and use this: <code>wget -p -r --html-extension -k http://the
message => q|Choose a template for sending private messages|,
lastUpdated => 1181019679,
},
'editSettings error occurred' => {
message => q{The following errors occurred while trying to save settings.},
lastUpdated => 0,
},
'editSettings done' => {
message => "Settings saved!",
lastUpdated => 0,
},
};