STEP 1
Add an Access Code Field to the Registration Form
The access code is one that only you would know and that you would give only to “approved” users so that they can create their own account. Essentially, the registration form will have an “Access Code” field that the user will have to enter the code; one that you have already created and given to them. If they do not enter the proper code, then they will not be able to create an account.
To Create an Access Code Field on your Registration Form:
- Login as an Administrator.
- Click on the Administrator Menu button on the Main Menu.
- Click the User Account Data icon.
- Scroll down to User-Defined field 00 near the bottom of the screen.
- In the Label column (second column), click the Edit icon to the right of the “User-Defined Field 00.”
- Enter the label for the form field that you want to appear on the Registration Form. In this example we have used “Access Code.”
- Check the “View” and “Modify” checkboxes in the “Admin View” and “Reg. Form” columns to add the “Access Code” field to the Administrator’s view of User Profiles and the Self-Registration Form. The checks in both the “View” and “Modify” boxes indicate that the form field will be both visible and editable on those forms. Also click the “Req.” checkbox in the last column to make this field required.
- Optional: Enter a description that will be displayed above the “Access Code” field on the registration form.
- Select Text Field as the Input Type.
- Enter a regular expression for your access code. Users must enter an access code that matches the regular expression in order to be accepted. In our example, our access code is ABC123, therefore our regular expression will be ^ABC123$ (as shown above). To add multiple access codes to your regular expression, insert a pipe symbol (on your keyboard) between each access code. For example, if I would like to also accept the code ABC456, then I would enter the following regular expression: ^ABC123$|^ABC456$
- Click OK.
- Click Save Changes.
STEP 2
Enabled Self-Registration for Your LMS Portal
Now that you have added an access code field to your registration form, you should enable self-registration on your LMS portal or verify that this feature is configured correctly.
To enable self-registration:
- Login as an Administrator.
- Click on the Administrator Menu button on the Main Menu.
- Click the Login Setup icon.
- Check the box, “Allow users to create their own accounts,” in the Self-Registration field.
- Click Save Changes.