diff options
author | ctrlaltca <> | 2012-07-10 23:43:14 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-10 23:43:14 +0000 |
commit | 37c4c3b158994707ab502b1b9bf4994872deeace (patch) | |
tree | 792cc8428714a7a8945592e151aa5eb6b09ef912 /framework/Exceptions/messages | |
parent | 811d3d6880c85e80c4dc6194ed87edb4bfa2af3d (diff) |
TSecurityManager: make it able to use any hashing/crypto algorithm supported by php; use php built-in functions when available
Diffstat (limited to 'framework/Exceptions/messages')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index cc72d6a2..69fd89fc 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -53,6 +53,7 @@ appconfig_tag_invalid = Application configuration cannot contain element <{0 securitymanager_validationkey_invalid = TSecurityManager.ValidationKey must not be empty. securitymanager_encryptionkey_invalid = TSecurityManager.EncryptionKey must not be empty. securitymanager_mcryptextension_required = Mcrypt PHP extension is required in order to use TSecurityManager's encryption feature. +securitymanager_mcryptextension_initfailed = TSecurityManager failed to initialize the mcrypt module. uri_format_invalid = '{0}' is not a valid URI. |