From abc65bce3a01817a7e14e4dfb1c598cb6c048953 Mon Sep 17 00:00:00 2001
From: Mike McKay <mfmckay@wustl.edu>
Date: Sun, 29 May 2016 19:05:23 -0500
Subject: [PATCH] Added default verification email message.

---
 .../resources/META-INF/xnat/spawner/site-admin-elements.yaml     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml b/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml
index a861a15b..742cd52f 100644
--- a/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml
+++ b/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml
@@ -854,6 +854,7 @@ registrationOptions:
             id: emailVerificationMessage
             name: emailVerificationMessage
             label: "Email Verification Message"
+            description: Email message sent to newly registered users who have to verify their email address. FULL_NAME will be replaced by the user's first and last name and VERIFICATION_URL will be replaced by the URL where they can verify their email.
         emailVerificationExpiration:
             kind: panel.input.number
             id: emailVerificationExpiration
-- 
GitLab