Feature Proposal: Add templates to bulk registration
Motivation
When one is doing bulk registration, one may well want to have different user pages be created using different templates. (I do, at any rate)
Description and Documentation
Add an optional column for the template to be used. Blank fields are omitted for users iff custom templates are specified to retain backward compatibility. The reason for omitting blank fields is to allow fields to be used in some templates and not others.
Examples
When registerd,
FooBar will be created using
Role1Template, with a value for
CustomField1 but not
CustomField2.
QuuzBaz will be created using
Role2Template, with a value for
CustomField2 but not
CustomField1.
Impact and Available Solutions
Implementation
The changes have been made in the DEVELOP branch.
--
Contributors: MeredithLesly
Discussion
--
MeredithLesly - 26 Feb 2006