mirror of
https://github.com/ThunixdotNet/makeuser.git
synced 2026-01-24 13:40:17 +00:00
Added Recovery Account function to makeuser script
This commit is contained in:
@@ -23,7 +23,9 @@ case $1 in
|
||||
*)
|
||||
[[ $# -ne 3 ]] && error_exit "not enough args"
|
||||
|
||||
makeuser_no_ansible $1 $2 #adding new user
|
||||
#adding new user
|
||||
makeuser_no_ansible $1 $2
|
||||
add_account_recovery $1 $2
|
||||
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user