Skip to content

Commit e5c2a9a

Browse files
authored
Merge pull request #11 from protegeproject/update-verify-email-message
Rewrite the verify-email message
2 parents 894d39d + 1b1998a commit e5c2a9a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

webprotege.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@
16421642
"loginTheme": "webprotege",
16431643
"accountTheme": "keycloak.v3",
16441644
"adminTheme": "keycloak.v2",
1645-
"emailTheme": "keycloak",
1645+
"emailTheme": "webprotege",
16461646
"eventsEnabled": true,
16471647
"eventsListeners": [
16481648
"jboss-logging",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
emailVerificationBody=A request was made to create a {2} account using this email address.\n\nIf you submitted this request, please click the link below to verify your email address and complete your account registration:\n\n{0}\n\nFor your security, this verification link will expire in {3}.\n\nIf you did not request a {2} account, you can ignore this email. No further action is required.
2+
emailVerificationBodyHtml=<p>A request was made to create a {2} account using this email address.</p><p>If you submitted this request, please click the link below to verify your email address and complete your account registration:</p><p><a href="{0}">Verify your email address</a></p><p>For your security, this verification link will expire in {3}.</p><p>If you did not request a {2} account, you can ignore this email. No further action is required.</p>

0 commit comments

Comments
 (0)