2021-10-01 10:27:53 +02:00
2021-10-01 10:27:53 +02:00
2018-09-20 09:54:03 -04:00
2019-12-06 13:01:38 +00:00
2018-09-20 09:54:03 -04:00
2019-06-28 13:48:54 +00:00
2021-10-01 10:27:53 +02:00
2021-09-15 10:43:24 +02:00

makeuser

A script that allows admins of thunix to make user accounts easily.

Forked from tilde.team's makeuser repo.

``makeuser {username} {email} {ssh key}

rmuser

This tool archives the user's home dir, and removes the system account. It is assume that beforehand, the user is un-enforced in ansible.

``rmuser {username}

makedb

Upon request, this tool provisions a database for users on the system MySQL/MariaDB instance.

``makedb {username}

dbremove

Removes user dbs.

``dbremove {username}

Description
A script that allows admins of thunix to make user accounts easily.
Readme MIT 90 KiB
Languages
Shell 100%