From 4a64588851cf83dd2eae72623fce49d64b61f4ff Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 17 Sep 2014 21:08:13 +0000 Subject: improved error string diff --git a/authtoken.json b/authtoken.json index a8cd31a..ef279c4 100755 --- a/authtoken.json +++ b/authtoken.json @@ -30,7 +30,7 @@ sub get_token my ($token) = $sth->fetchrow_array; return ('OK', 'success', $token) if(defined $token); - return ('ERROR', "user '" . $username . "' not known", '') + return ('ERROR', "user '" . $username . "' not known by rivendell", '') } my $status = 'ERROR'; -- cgit v0.10.2