User Management
Login Manager
The parameter defines whether one and the same operator can be logged on to several clients.
- If the parameter "gkr.login-manager.concurrencyCheck=NO", the concurrency between all login types is NOT checked
| Operator logged on I want to log operator on |
POS | ACCOUNTING |
|---|---|---|
| POS | Allowed | Allowed |
| ACCOUNTING | Allowed | Allowed |
- If the parameter "gkr.login-manager.concurrencyCheck=POS", the concurrency between login type POS is checked
| Operator logged on I want to log operator on |
POS | ACCOUNTING |
|---|---|---|
| POS | Forbidden | Allowed |
| ACCOUNTING | Allowed | Allowed |
- If the parameter "gkr.login-manager.concurrencyCheck=ALL", the concurrency between all login types is checked
| Operator logged on I want to log operator on |
POS | ACCOUNTING |
|---|---|---|
| POS | Forbidden | Forbidden |
| ACCOUNTING | Forbidden | Forbidden |