TcOpenGroup / TcOpen

Application framework for industrial automation built on top of TwinCAT3 and .NET.
https://docs.tcopengroup.org/
MIT License
292 stars 49 forks source link

[NEW-FEATURE] New user management view #719

Open KrisztianOlah opened 5 months ago

KrisztianOlah commented 5 months ago

Is your feature request related to a problem? Please describe. User permissions are not easily parsable by plc programmers, let alone by customers with limited English.

Proposed solution 1.) current user permission strings (can_do_something_hard_to_read) to be used only as keys to localised strings which in turn can be presented to users in the correct localisation.

2.) user permissions listed per user or group with a radiobutton or a tickbox to easily enable or disable, instead of the current double ListView solution.

3.) User permissions in logical groups ie. (HW settings, data etc.) with distinct colours to easily distingush them from each other.

4.) separate view and edit rights particularly for data and HW configuration.

RGrabichler commented 1 month ago

On #412, #533 etc. i can read about AutoLogOut, but not sure how to use it. i would prefer to set for every Group a default TimeOut to LogOut. How and is this possible?

@PTKu