ing
This commit is contained in:
parent
6d9d8b5b78
commit
8801dbf618
|
@ -181,7 +181,7 @@ public class EmailAuthService {
|
|||
|
||||
if (status == 1) {
|
||||
mailSubject = "Signup Confirm Mail";
|
||||
entry = "confirm_signup";
|
||||
entry = "confirm_email";
|
||||
templateName = "/vmtemplates/signup.vm";
|
||||
} else if (status == 2) {
|
||||
mailSubject = "Reset Password Confirm Mail";
|
||||
|
@ -194,7 +194,7 @@ public class EmailAuthService {
|
|||
mail.setMailSubject(mailSubject);
|
||||
mail.setTemplateLoacation(templateName);
|
||||
|
||||
String uri = WEB_GO_MEMBER_ADDR + entry + "?key=" + encode;
|
||||
String uri = WEB_GO_MEMBER_ADDR + entry + "?token=" + encode;
|
||||
|
||||
Map<String, Object> model = new HashMap<>();
|
||||
model.put("firstName", auth.getMember().getName());
|
||||
|
|
Loading…
Reference in New Issue
Block a user