Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
We need information on the "current local user" available in a multitude of places, such as their connecting IP address, company ID, user ID, maybe even their client ID or staff ID, etc.
These fields should be set by AppController to a new container identifying information for the "current user", i.e., the user currently invoking the request. This should probably occur during AppController::preAction when we are aware of session and identifying information.
Issue Links
- blocks
-
CORE-2693 Integrate logging for client settings
- Closed
The 'current user' is available from the container as 'requestor', including the client ID, company ID, language, IP address, staff ID, and user ID. The client ID and staff ID are not both set at the same time (e.g. if the admin is masquerading as the client).