Admin UI - User Registration Options
Your registration options in XNAT will be dictated by the type of XNAT you plan to run. Are you setting up a publicly-accessible data repository like XNAT Central? Or a tightly-controlled data gathering and QC application for a multi-site study, like IntraDB for the Human Connectome Project? Your PI's business goals will need to be reflected in these registration options.
Welcome emails sent to newly registered users are now editable in the "Notification Emails" control panel. See Notifications and Alerts in XNAT
Setting / Property Name | Description | Default |
---|---|---|
Require Email Verification to Register?
| This determines whether users will need to verify the email address that they enter when registering before being able to use the site.
| Required |
Auto-enable User Registration?
| This determines whether new user accounts will be enabled automatically when the user registers.
| Do Not Auto-enable |
Auto-enable with Project Access Request?
| This determines whether users who register in the course of accepting project access requests should be treated differently to users who register normally.
| Auto-enable |
Allow User Comments on Registration?
| This determines whether there will be a text box on the user registration page enabling users to enter comments when they register. Comments can be used by the site admin in determining whether to enable the new user's account or determining what to give the user access to.
| Allow |
Site-wide config properties can be accessed via REST at /xapi/siteConfig/values/{property-name}
.
Site-wide config properties can be access programmatically in Velocity via $siteConfig.{property-name}
.