[% INCLUDE 'admin/header.html' title=loc("User Import") -%] [% PROCESS 'admin/report_blocks.html' %] [% INCLUDE status_message %]
[% IF new_users %][% loc('Name') %] | [% loc('Email') %] | [% loc('Body') %] |
---|---|---|
[% user.name %] | [% user.email %] | [% user.from_body.name %] |
[% loc("These users weren't updated.") %]
[% loc('Name') %] | [% loc('Email') %] | [% loc('Body') %] |
---|---|---|
[% user.name %] | [% user.email %] | [% user.from_body.name %] |
[% loc('This page is a quick way to create many new staff users in one go.') %]
[% loc("Existing users won't be modified.") %]
[% loc("The uploaded CSV file must contain a header row, and records can have the following fields:") %]
name,email,from_body,permissions,roles,passwordhash
from_body
: [% loc("the database id of the body to associate that user with, e.g. 2217
for Buckinghamshire.") %]permissions
: [% loc("a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit
.") %]roles
: [% loc("a colon-separated list of roles to assign to that user.") %]