Login and Logout |
[This is preliminary documentation and is subject to change.]
This topic contains the following sections:
TOPICA contains a standard login form.
|
Which login method(s) are enabled depends on the current configuration. Therefore, this documentation cannot describe the full range of possibities - only give some examples.
The built-in method to log in as employee uses authentication based on username and password. An employee with the specified username and password must exist in the database, in order for the login to succeed.
Employees are created with relations to:
organizational units
profiles (consisting of permissions).
These relations take part in determining the user's access rights (e.g. authorization / security).
The built-in method to login as patient uses only national ID for authentication.
In versions 4.22 and earlier, the user interface displays a password field, but it is not used! In versions 4.23 and later, there is no password input field (but the label remains, suggesting the password field may reappear in the future). Because no password is used, and no other secret information is supplied, "Login as patient" (in the current implementation) has no security whatsoever. This login method is to be used for testing purposes only. It should never be used in production scenarios! |
A patient with the specified national ID must exist in the database, in order for the login to succeed.
Note:
When the built-in "login as patient" method is enabled in an application, the existence of the patient in the database is the only requirement for the login to succeed. There is no need for "creating a user" for the patient - every patient is a (potential) user.
It is possible to implement custom "login as patient" methods, that automatically creates the patient, whose national ID is used to login. Obviously, this will require an interface to some central national ID database. Refer to Configuring LogIn and Integariotn with Naitonal ID service.
How to log out:
Select "Start / Logout" from the main menu
Click the "Log out" link in the top frame (jhust below the main menu).