Skip to content

Commit

Permalink
Fix #14122: Revised message for error 2800
Browse files Browse the repository at this point in the history
The message now reflects the fact that an invalid security token error
is often triggered because of a session timeout.
  • Loading branch information
dregad committed Apr 14, 2012
1 parent 052606d commit 02755f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/strings_english.txt
Expand Up @@ -1613,7 +1613,7 @@ If you requested this verification, visit the following URL to change your passw
ERROR_SESSION_HANDLER_INVALID => 'Invalid session handler.',
ERROR_SESSION_VAR_NOT_FOUND => 'Session variable "%1$s" not found.',
ERROR_SESSION_NOT_VALID => 'Your session has become invalidated.',
ERROR_FORM_TOKEN_INVALID => 'Invalid form security token. Did you submit the form twice by accident?',
ERROR_FORM_TOKEN_INVALID => 'Invalid form security token. This could be caused by a session timeout, or accidentally submitting the form twice.',
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.',
ERROR_CRYPTO_CAN_NOT_GENERATE_STRONG_RANDOMNESS => 'Unable to find a source of strong randomness for cryptographic purposes.',
ERROR_INVALID_REQUEST_METHOD => 'This page cannot be accessed using this method.',
Expand Down

0 comments on commit 02755f7

Please sign in to comment.