Bulk Registration
The
TWikiAdminGroup can use
BulkRegistration to register (i.e. create logins and
UserTopics?) for a group of people quickly.
Create a table in the REGISTERTOPIC named below, setting each row to represent each user and each column to correspond to the metadata.
Then press the button on this page to perform registration for those users.
Unlike normal registration the administrator is assumed to have correct email addresses for the users, so no verification is required.
If you set
EmailUsersWithDetails? to 0 the user will not be notified that they have an account. This can be helpful in preparing and verifying the account before inviting everyone to use it.
BulkResetPassword can be then used to notify everyone of their new account.
Bulk Registration usage
Any fields you define in this table will end up in the User's topic. If a form (such as
UserForm) is attached to
NewUserTemplate then the data will go in as META:FIELDS, meaning that you can use SEARCH formfield constructs to search.
If you use the
UserForm then ensure that it contains all the fields you define here. Otherwise they will disappear when the user edits their home topic!
Mandatory fields
Optional fields
Settings
- Set REGISTERTOPIC = UnprocessedRegistrations?
- Set LOGTOPIC = UnprocessedRegistrationsLog?
- Set OVERWRITEHOMETOPICS = 0
Example format
The following should be inserted into your REGISTERTOPIC as a table.
| FirstName | LastName | Email | WikiName | CustomFieldThis | SomeOtherRandomField | WhateverYouLike |
| Test | User | you@example.com | TestUser | A | B | C |
To use this:
- Make sure that the Custom fields appear on the UserForm
- Copy the above table to your clipboard
- Click through and paste this on UnprocessedRegistrations?, save the topic and return here.
- Click the Bulk register button below
- Read UnprocessedRegistrationsLog?
- When you are ready, you probably want to use the BulkResetPassword page
Notes:
- The first row of the table dictates the heading format and that the fieldnames must be plain, i.e. must not contain bolded entries.
- You are responsible for ensuring that the fieldnames appear in the TWiki.UserForm
- Only members of the TWikiAdminGroup can run this.
UnprocessedRegistrations?
Warning: Can't find topic UnprocessedRegistrations
UnprocessedRegistrationsLog?
Warning: Can't find topic UnprocessedRegistrationsLog
Related Topics: AdminToolsCategory