This is the source code for the Users and New Account tools in Sakai.
The following tool properties are available for configuration on a per instance basis:
- create-blurb
- text to be displayed in the UI (default is empty)
- ex. Please enter your account details below
- force-eid-equals-email
- true/false (default is false)
- if true, removes the field for the user to type their own ID; the eid will be the user's email address
- validate-through-email
- true/false (default is false)
- if true, integrates with account-validator:
- user creates/requests inactive account
- email is sent containing confirmation link
- user navigates to link
- user fills out the form to complete/activate their account