diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-16 12:52:36 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-16 15:51:47 +0100 |
commit | 6e0b146ed3b90da577c3ecba38836883fd435e7a (patch) | |
tree | 0665d10a1a81acc5aff22d287c978e7bc4acd870 /interface-definitions/system_login.xml.in | |
parent | 71497e76c9cf0724581505f50e8b78b6e1c47316 (diff) | |
download | vyos-1x-6e0b146ed3b90da577c3ecba38836883fd435e7a.tar.gz vyos-1x-6e0b146ed3b90da577c3ecba38836883fd435e7a.zip |
login: T5972: add possibility to disable individual local user accounts
* set system login user <name> disable
Diffstat (limited to 'interface-definitions/system_login.xml.in')
-rw-r--r-- | interface-definitions/system_login.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system_login.xml.in b/interface-definitions/system_login.xml.in index 44e1a7a92..e94bb7219 100644 --- a/interface-definitions/system_login.xml.in +++ b/interface-definitions/system_login.xml.in @@ -172,6 +172,7 @@ </tagNode> </children> </node> + #include <include/generic-disable-node.xml.i> <leafNode name="full-name"> <properties> <help>Full name of the user (use quotes for names with spaces)</help> |