From: Benny Baumann Date: Mon, 23 Jul 2018 20:39:24 +0000 (+0200) Subject: Merge "add: handling of who issued a certificate" X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=c4f20785b474fd97b3d4f1cb50b641a0d4b330a5;hp=e19697179fb3d680062918e011f41e1d89e31778 Merge "add: handling of who issued a certificate" --- diff --git a/src/club/wpia/gigi/dbObjects/EmailAddress.java b/src/club/wpia/gigi/dbObjects/EmailAddress.java index 7d4c984e..f8629d94 100644 --- a/src/club/wpia/gigi/dbObjects/EmailAddress.java +++ b/src/club/wpia/gigi/dbObjects/EmailAddress.java @@ -111,7 +111,7 @@ public class EmailAddress implements IdCachable, Verifyable { stmt.setInt(2, owner.getId()); stmt.setString(3, hash); if ( !stmt.executeMaybeUpdate()) { - throw new IllegalArgumentException("Given token could not be found to complete the verification process (Domain Ping)."); + throw new IllegalArgumentException("Given token could not be found to complete the verification process (Email Ping)."); } } // Verify user with that primary email