Move deletion to one minute.
This commit is contained in:
@ -9,7 +9,6 @@ import java.util.Date;
|
||||
import java.util.Properties;
|
||||
|
||||
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
|
||||
@ -49,7 +48,6 @@ public class emailVerify {
|
||||
System.err.println("Was Not Sent Because Of An Error.");
|
||||
}
|
||||
}
|
||||
|
||||
private static class SMTPAuthenticator extends
|
||||
javax.mail.Authenticator {
|
||||
public PasswordAuthentication
|
||||
|
Reference in New Issue
Block a user