You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some text displayed in RDP can be customized and/or internationalized. To do so, copy a provided `messages.properties` file in the working directory of the Web application and edit it. The file is found in
redirectAttributes.addFlashAttribute( "message", "Your user account was registered successfully. Please check your email for completing the completing the registration process." );
97
100
modelAndView.setViewName( "redirect:/login" );
98
101
}
@@ -107,7 +110,7 @@ public ModelAndView resendConfirmation() {
redirectAttributes.addFlashAttribute( "message", MessageFormat.format( "We will send an email to {0} with a link to verify your contact email.", user.getProfile().getContactEmail() ) );
233
234
return"redirect:/user/profile";
234
235
}
@@ -237,7 +238,7 @@ public Object resendContactEmailVerification( RedirectAttributes redirectAttribu
0 commit comments