From a41a8435d32d8f5017a23174aa555b79b92ff097 Mon Sep 17 00:00:00 2001 From: James Quinley <55860757+JamesQuinley@users.noreply.github.com> Date: Thu, 17 Mar 2022 21:43:22 -0700 Subject: [PATCH] Updates with new app password setup, more secure! Old email password will be revoked shortly for the older builds. --- src/main/java/com/jamesquinley/Asecure/emailVerify.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/jamesquinley/Asecure/emailVerify.java b/src/main/java/com/jamesquinley/Asecure/emailVerify.java index 6cdb2ce..304bed1 100644 --- a/src/main/java/com/jamesquinley/Asecure/emailVerify.java +++ b/src/main/java/com/jamesquinley/Asecure/emailVerify.java @@ -13,8 +13,8 @@ public class emailVerify { This will handle both account creation verify and login verify tasks, it will not verify for token based logins as that form of login is client controlled and no user input is allowed, hacked clients are also locked out of the network */ - static final String senderEmailId = "jqerverupkeepa.alertserver@gmail.com"; - static final String senderPassword = "aotskDEVSIGNSERVICE32143214"; + static final String senderEmailId = "obsidiancorestudios@gmail.com"; + static final String senderPassword = "dcixokaivbyxbmnj"; static final String emailSMTPserver = "smtp.gmail.com"; static final String emailSMTPPort = "465"; public static void Onboarding(String receiverEmail) {