⬅️ Back to USKPA Documentation
All of the following tasks require an authorized user account, with is_superuser
and is_staff
set to True
.
- Access the django admin page via the
Admin
navigation link. - Follow the
+ Add
link forUsers
- Enter in the desired
Email Address
andUsername
- Recommended that email address and username be identical and lowercase.
- New user will receive a notification email at the specified address containing a link to set their password and login.
- Access the django admin page via the
Admin
navigation link. - Follow the
+ Add
link forLicensees
- Enter all required fields for the new licensee and click save.
Contacts for a given licensee are able to view, prepare, update, and void all certificates, associated with that licensee.
- Access the django admin page via the
Admin
navigation link. - Follow the link for
Licensees
- Select the desired licensee from the listing of
Licensees
. - Select the desired user from the list of
Available Contacts
and save - Save
Should a user no longer require access to the site, their account should be disabled, not deleted, from the database.
- Access the django admin page via the
Admin
navigation link. - Follow the link for
Users
- Select the desired user from the listing of
Users
. - Un-check
Active
- Save
Should a licensee no longer require access to the site, their account should be disabled, not deleted, from the database.
- Access the django admin page via the
Admin
navigation link. - Follow the link for
Licensees
- Click on the desired licensee from the listing of
Users
. - Uncheck
Is active
- Save
Contacts associated to a disabled licensee will still be able to access the site, but will not see any certificates.
Auditors have access to all certificate data but are unable to make modifications.
- Access the django admin page via the
Admin
navigation link. - Follow the link for
Users
- Select the desired user from the listing of
Users
. - Select the
Auditor
group under theAvailable groups
field - Save
Reviewers have access to all certificate data and certificate edit requests and are able to approve or reject those edit requests.
- Access the django admin page via the
Admin
navigation link. - Follow the link for
Users
- Select the desired user from the listing of
Users
. - Select the
Reviewer
group under theAvailable groups
field - Save
Note: Edit requests must be enabled under KPC/Certificate Configuration/Certificate Edit Requests to allow licensees to submit edit requests.
Administrators have unrestricted access to the site and are able to view and modify any certificate, licensee, user, etc. They also have full access to the Django admin panel allowing them to modify the configuration of the site and its behavior.
- Access the django admin page via the
Admin
navigation link. - Follow the link for
Users
- Select the desired user from the listing of
Users
. - Check the
Staff status
andSuperuser status
boxes. - Save
Certain fields associated to KP certificates allow only a specific set of values:
- Harmonized System Codes
- Ports of export
- Void reasons
- Certificate Configuration - Days to expiry
- Certificate Configuration - Price
- Certificate Configuration - KP Countries (used for Country of Origin and Addresses)
An administrator can configure the allowed values for each of these fields via the admin panel.
- Certificates - Have licensees submit edit requests to keep an audit trail of requests.
- Receipts - Use
View on site
link to render the receipt. - Edit requests - Have reviewers approve / reject requests from the site to keep an audit trail of approvals.