Add make_normal_user()
function
also add `disabled_password` kwarg for `make_system_user()`
This commit is contained in:
parent
9e0a1cde19
commit
a76d38c201
2 changed files with 20 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2021 Lance Edgar
|
||||
# Copyright © 2010-2023 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -33,6 +33,7 @@ from .core import (
|
|||
get_ubuntu_version,
|
||||
Deployer,
|
||||
make_deploy,
|
||||
make_normal_user,
|
||||
make_system_user,
|
||||
mkdir,
|
||||
rsync,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue