add usermanagement

This commit is contained in:
Tobias Powalowski 2024-06-01 12:50:52 +02:00
parent 7710740ae0
commit 41c6edb124
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ _configure_system() {
_DEFAULT="" _DEFAULT=""
fi fi
#shellcheck disable=SC2086 #shellcheck disable=SC2086
_dialog --title " System Configuration " --no-cancel ${_DEFAULT} --menu "" 20 60 14 \ _dialog --title " System Configuration " --no-cancel ${_DEFAULT} --menu "" 19 60 13 \
"Basic User Configuration" "User Management" \ "Basic User Configuration" "User Management" \
"/etc/vconsole.conf" "Virtual Console" \ "/etc/vconsole.conf" "Virtual Console" \
"/etc/locale.conf" "Locale Setting" \ "/etc/locale.conf" "Locale Setting" \

View file

@ -97,7 +97,7 @@ _set_password() {
_user_management() { _user_management() {
while true; do while true; do
_dialog --title " User Management " --no-cancel ${_DEFAULT} --menu "" 14 40 8 \ _dialog --title " User Management " --no-cancel ${_DEFAULT} --menu "" 8 40 5 \
"1" "Set Root Password" \ "1" "Set Root Password" \
"2" "Set Default Shell" \ "2" "Set Default Shell" \
"3" "Add User" \ "3" "Add User" \