Skip to content

Commit a469bdc

Browse files
committedMar 26, 2012
Make the crypto error message descriptive to reflect the minimum 16 character length.
1 parent f5d49d3 commit a469bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lang/strings_english.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ If you requested this verification, visit the following URL to change your passw
16141614
ERROR_SESSION_VAR_NOT_FOUND => 'Session variable "%1$s" not found.',
16151615
ERROR_SESSION_NOT_VALID => 'Your session has become invalidated.',
16161616
ERROR_FORM_TOKEN_INVALID => 'Invalid form security token. Did you submit the form twice by accident?',
1617-
ERROR_CRYPTO_MASTER_SALT_INVALID => 'For security reasons MantisBT will not operate when $g_crypto_master_salt is not specified correctly in config_inc.php.',
1617+
ERROR_CRYPTO_MASTER_SALT_INVALID => 'For security reasons MantisBT will not operate when $g_crypto_master_salt is not specified correctly in config_inc.php or is shorter than 16 characters long.',
16181618
ERROR_CRYPTO_CAN_NOT_GENERATE_STRONG_RANDOMNESS => 'Unable to find a source of strong randomness for cryptographic purposes.',
16191619
ERROR_INVALID_REQUEST_METHOD => 'This page cannot be accessed using this method.',
16201620
ERROR_INVALID_SORT_FIELD => 'Invalid sort field.',

0 commit comments

Comments
 (0)
Please sign in to comment.