summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--authfas.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index 9c79d70..c89cbed 100644
--- a/authfas.module
+++ b/authfas.module
@@ -155,7 +155,7 @@ function authfas_admin_validate($form, &$form_state) {
$response = authfas_fas_login($username, $password, 'https://'.$fasurl.'/json/', 'Accept: application/json;');
if (!isset($response["help"])) {
- form_set_error("authfas_fasurl", t('Could not verify FAS username "'.$username.'".'));
+ form_set_error("authfas_fasurl", t('Could not verify FAS username.'));
return FALSE;
}
// else we're peachy