oact user management
.
oact_user_management
- This import handles a very proprietary file format, well documented (including a template) in the code.
- Considering that adding Operators and users is anticipated to be a rare event, developers might prefer just adding the data in the database, in which case fileIO folders for the operator must be created. The following Python one-liner creates the necessary folder-structure, as well as producing relevant logging, where "meFilename" is typically the name of the "sender" (or any string):
import oact_commons
oact_commons.create_oact_fileio_paths('demo', meFilename)
Backlinks:
OACT-Handbook:2. Technical Specification:8. User Management
OACT-Handbook:2. Technical Specification:3. Software Installation Package:2. Program Files Contents