]> WPIA git - gigi.git/commitdiff
Merge "add: handling of who issued a certificate"
authorBenny Baumann <BenBE1987@gmx.net>
Mon, 23 Jul 2018 20:39:24 +0000 (22:39 +0200)
committerGerrit Code Review <gigi-system@dogcraft.de>
Mon, 23 Jul 2018 20:39:24 +0000 (22:39 +0200)
src/club/wpia/gigi/dbObjects/EmailAddress.java

index 7d4c984e8e8233892e537799ce8b3ec4b174e4d9..f8629d946bc85bc396947d2c360a2314704babde 100644 (file)
@@ -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