summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorxue <>2005-12-15 21:30:50 +0000
committerxue <>2005-12-15 21:30:50 +0000
commitb5f055212d394b1e4b7022ce21b386d2e5103f43 (patch)
tree3728449c3fb65cf503f3853332a4846e03b6db08 /framework
parent14e672d372fcde114114e97bdc894f14f34e37a3 (diff)
added error messages about TUserManager
Diffstat (limited to 'framework')
-rw-r--r--framework/Exceptions/messages.txt3
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.