Skip to content

Commit

Permalink
Merge pull request #2365 from GluuFederation/issues_2363
Browse files Browse the repository at this point in the history
fix(oxtrust-server):  message change on registration success page
  • Loading branch information
yurem authored Nov 29, 2023
2 parents 490a292 + f5e6112 commit 9cb7aed
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 9cb7aed

Please sign in to comment.