Difference between revisions of "Create an Individual User Account"

From Hornbill
Jump to navigation Jump to search
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
This document can now be found at its new location in the [https://docs.hornbill.com/esp-config/organizational-data/user-accounts/users Hornbill Document Library].
 +
 +
[[file:hornbill-document-library.png|Manually Create a User Account|link=https://docs.hornbill.com/esp-config/organizational-data/user-accounts/users]]
 +
<!--
 +
 
{{DISPLAYTITLE:'''''How To''''': Create an Individual User Account}}
 
{{DISPLAYTITLE:'''''How To''''': Create an Individual User Account}}
 
<div style="border:1px solid #90C0FF; background:#D0E0FF; width:99%; padding:4px; margin-bottom:10px;">
 
<div style="border:1px solid #90C0FF; background:#D0E0FF; width:99%; padding:4px; margin-bottom:10px;">
Line 20: Line 25:
 
:* [[Users|Users (Administration)]]
 
:* [[Users|Users (Administration)]]
 
:* [[Co-Workers]]
 
:* [[Co-Workers]]
 +
:* [[Roles]]
 
|}
 
|}
  
 
== Quick Check ==
 
== Quick Check ==
 
+
Before starting, make sure...
 
:[[File:checkbox.png|8px|baseline|link=]] You have the Roles needed to create users
 
:[[File:checkbox.png|8px|baseline|link=]] You have the Roles needed to create users
:[[File:checkbox.png|8px|baseline|link=]] Know the User ID format to be used
+
:[[File:checkbox.png|8px|baseline|link=]] You know the User ID format to be used
:[[File:checkbox.png|8px|baseline|link=]] Are you creating a {{H:title|Non Application User|Basic}} or Application User
+
:[[File:checkbox.png|8px|baseline|link=]] You know if you are creating a Basic or Application User
:[[File:checkbox.png|8px|baseline|link=]] Know the Roles for this User
+
:[[File:checkbox.png|8px|baseline|link=]] You know the Applications and Roles for this User
:[[File:checkbox.png|8px|baseline|link=]] Know the information needed for the mandatory fields
+
:[[File:checkbox.png|8px|baseline|link=]] You know the Password Policies and Setup
:[[File:checkbox.png|8px|baseline|link=]] Password Setup
 
 
<br>
 
<br>
  
Line 36: Line 41:
 
# On the Tool Bar click on the ''Create New User'' button
 
# On the Tool Bar click on the ''Create New User'' button
 
# As a minimum, complete the mandatory fields
 
# As a minimum, complete the mandatory fields
 +
# As a minimum, for ''Application Users'' add the ''Collaboration'' role under the Security Section
 
# Click on the ''Create New User'' button
 
# Click on the ''Create New User'' button
 +
<br>
 +
 +
== Administration Access ==
 +
Before adding a user you will need to make sure that you have the rights and roles needed to do this.  If you are logged in as the Admin user you will already have the necessary rights.
 +
 +
 +
=== Roles ===
 +
:* '''Superuser '''
 +
:: This is the role that is allocated to the Admin user that provides full access and allows for the creation of Users.  It is not recommended to allocate this role to any other account other than the Admin account.
 +
 +
=== Rights ===
 +
A custom Role can be created in order to provide the ability for another user to create new users without giving them full admin access.  The following rights will need to be added to the custom role.
 +
 +
'''''System Rights'''''
 +
:* '''Manage Users'''
 +
:: This right will give the user visibility and access to the area within Administration where users are managed.  The ''Administration'' tile will also be displayed within the main client for quick access to administration.
 +
:* '''Create Users
 +
:: This right provides the ability to create the users
 +
:* '''Update Users
 +
:: This right provides the ability to update an existing user
 +
 +
'''''Database Rights'''''
 +
:* '''h_msg_mailboxes'''
 +
:: When a new user is created, a personal mailbox is also created for this user.  Full rights are needed to this table
 +
:* '''h_sys_accounts_roles
 +
:: In order to view and assign roles to a new or exiting user, full rights are needed to this table
 +
:* '''h_sys_account_groups
 +
:: Users can be added to Groups which are the different parts of an organisation structure.  Full rights are needed to this table
 +
:* '''h_msg_pmbx_rights'''
 +
:: This table is required to look up the rights that each user has to a personal mailbox. Full rights are needed to this table
 +
:*  '''h_sys_roles_dbrights'''
 +
:: This table is required to add view and manage the database rights associated to the roles that are assigned to each user
 +
:* '''h_sys_roles_mbxrights'''
 +
:: This table is required to access the rights on shared mailboxes
 +
:* '''h_sys_app_users'''
 +
::
 +
-->
 +
[[Category:HDOC]]

Latest revision as of 21:30, 11 April 2024

This document can now be found at its new location in the Hornbill Document Library.

Manually Create a User Account