From d9bc506661f15f16602d2acc675e1a186b5b65eb Mon Sep 17 00:00:00 2001 From: Eric Vaandering Date: Tue, 15 May 2018 10:58:11 -0500 Subject: [PATCH] Make message more explicit about who can and cannot sign. --- DocDB/cgi/SignoffSQL.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DocDB/cgi/SignoffSQL.pm b/DocDB/cgi/SignoffSQL.pm index 1e8ddd1a..68ef2eae 100644 --- a/DocDB/cgi/SignoffSQL.pm +++ b/DocDB/cgi/SignoffSQL.pm @@ -70,8 +70,8 @@ sub ProcessSignoffList ($) { } } - push @ErrorStack,"No unique match was found for the signoff $SafeEntry. Please go - back and try again."; + push @ErrorStack,"No unique match was found for the signoff $SafeEntry. Contact an administrator to restrict ". + "signatures to a single account per person."; } return @EmailUserIDs; }