From 1621de4a81c6f9cdb428812b59633c53e3a3b36b Mon Sep 17 00:00:00 2001 From: Connor L Jackson Date: Sat, 22 Apr 2017 14:51:55 -0400 Subject: [PATCH] quick fix ... again --- src/utilities/Mail.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utilities/Mail.java b/src/utilities/Mail.java index 3e9499a..de32c30 100644 --- a/src/utilities/Mail.java +++ b/src/utilities/Mail.java @@ -177,12 +177,12 @@ protected PasswordAuthentication getPasswordAuthentication(){ } } - public void sendTemporaryPassword(String password) { + public void sendTemporaryPassword(String newpassword) { String subject = "Your temporary {Application name} password"; String messege = "" + "" + "" - + "

Your pasword has been reset. To login in, please use the password "+password+"


" + + "

Your pasword has been reset. To login in, please use the password "+newpassword+"


" + "

You will be prompted to set a new password. If you didn't initiate this, sorry. Someone's probably messing with you.

" + "" + ""