Users¶
The user is a person that will be able to connect to the application.
Warning
To be able to connect, the user must have a password and a user profile defined.
ProjeQtOr and LDAP users
ProjeQtOr offers three modes of authentication.
ProjeQtOr users
Users’ information is kept in the application database.
Password policy and login behavior are managed by the application.
See: User and password
Note
The users “admin” and “guest” are created during installation.
LDAP users
Allows users defined in an external directory to login at ProjeQtOr by the LDAP protocol.
Users’ information and password policy are managed in the external directory.
for each user from an LDAP, the word “comes from Ldap” will be displayed next to the user’s name with possibility of modification according to the rights of the connected user
SSO users
Allows users to connect to ProjeQtOr using the SSO protocol.
Set entity ID, IDP certificate, unique login and logout, etc.
Information message on creating a new user from SAML
User information and password policy are In progress by your SSO solution.
Default user profile
A default user profile is set during creation of the user.
A different default profile can be set according to mode of authentication.
Web Service
ProjeQtOr provides an API to interact with its elements. It is provided as REST Web Service.
An API key is defined for the user.
This API key is used to encrypt the data for methods: PUT, PUSH and DELETE.
Section Description
Field |
Description |
---|---|
Unique Id for the user. |
|
Photo |
Photo of the user. |
User name |
login id of the user. |
Real name |
Name of the user. |
Initials |
Initials of the user. |
Email address |
Email address of the user. |
Profile |
Profile of the user. |
Locked |
Flag used to lock the user, to prohibit connections. |
Is a contact |
Is this user also a contact? |
Is a resource |
Is this user also a resource? |
Flag to indicate that user is archived. |
|
Description |
Complete description of the user. |
Warning
User name
The user name must be unique.
Allocated asset
This section allows you to view all the equipment connected to the user in the form of a simple table.
Each line of equipment is clickable and directs to the element screen.
See:Asset Management
Section Miscellanous
Field |
Description |
---|---|
Don’t receive team mails |
Box checked indicating that the resource doesn’t want to receive mails sent to the team. |
Comes from LDAP |
Box checked indicating that the user information come from LDAP. |
API key |
Key string used by web service consumer. |