From b5f055212d394b1e4b7022ce21b386d2e5103f43 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 15 Dec 2005 21:30:50 +0000 Subject: added error messages about TUserManager --- framework/Exceptions/messages.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework') 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. -- cgit v1.2.3