Custom privilege string
Brought to you by:
istvan_hoffmann,
valerypryamikov
Could we set our own privilege text for the titlebar?
Examples:
"Running as %role%" ~ "Running as Administrator"
"Running as %compname%\%user% (%group%)" ~ "Running as System1\Glen (Administrators)"
%role% would be the singular form of the group name. e.g. Administrators -> Administrator. Or you could have basic functions to act on strings, like 'single' and 'lcase' (although this might not be easy to implement).
Example:
"Running as lcase(single(%group%))" ~ "Running as administrator"
Could even include the icon that way. "%icon% %group"
This will allow you to remove a lot of the existing options on the options window related to privilege information.
Logged In: YES
user_id=1191465
Originator: NO
This is a good idea, but will take a lot more time to implement as you mentioned :D
Added to our TASK list.