diff options
author | xue <> | 2005-12-15 21:30:50 +0000 |
---|---|---|
committer | xue <> | 2005-12-15 21:30:50 +0000 |
commit | b5f055212d394b1e4b7022ce21b386d2e5103f43 (patch) | |
tree | 3728449c3fb65cf503f3853332a4846e03b6db08 /framework/Exceptions/messages.txt | |
parent | 14e672d372fcde114114e97bdc894f14f34e37a3 (diff) |
added error messages about TUserManager
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index b55e536c..39945661 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -109,6 +109,9 @@ xmldocument_file_write_failed = TXmlDocument is unable to write file '%s'. authorizationrule_action_invalid = TAuthorizationRule.Action can only take 'allow' or 'deny' as the value.
authorizationrule_verb_invalid = TAuthorizationRule.Verb can only take 'get' or 'post' as the value.
+usermanager_userfile_invalid = TUserManager.UserFile '%s' is not a valid file.
+usermanager_userfile_unchangeable = TUserManager.UserFile cannot be modified. The user module has been initialized already.
+
authmanager_usermanager_required = TAuthManager.UserManager must be assigned a value.
authmanager_usermanager_inexistent = TAuthManager.UserManager '%s' does not refer to an ID of application module.
authmanager_usermanager_invalid = TAuthManager.UserManager '%s' does not refer to a valid TUserManager application module.
|