class documentation
class UserConfiguration:
User (role) related configuration.
| Class Variable | allow |
Are multiple logins from different clients allowed? |
| Class Variable | maximum |
Maximum access level of the user. All actions (interacting with skills, writing variables, etc.) require a certain access level. Higher is better. |
| Class Variable | name |
Name of the user. |
| Class Variable | password |
The password of the user. Cleartext or peppered and base64-encoded when prefixed with base64: |
| Class Variable | priority |
Priority of the user, used when breaking the lock. Higher priority users can break the lock of lower priority users. |
Maximum access level of the user. All actions (interacting with skills, writing variables, etc.) require a certain access level. Higher is better.