Skip to content

Commit

Permalink
fix(oxtrust-server): message change on registration success page
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 committed Aug 18, 2023
1 parent e39e30d commit f5e6112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public String register() throws CloneNotSupportedException {
}
String outcome = registerImpl();
if (OxTrustConstants.RESULT_SUCCESS.equals(outcome)) {
setPostRegistrationInformation("You successfully registered. Enjoy!");
setPostRegistrationInformation("You've successfully created your account, please go to you email to successfully register your account.");
} else if (OxTrustConstants.RESULT_DISABLED.equals(outcome)) {
setPostRegistrationInformation(
"You successfully registered. Please contact site administration to enable your account.");
Expand Down

0 comments on commit f5e6112

Please sign in to comment.