A script that allows admins of thunix to make user accounts easily.
Go to file
Blade of Darkness 6936609ff1 Fix: test operator 2022-03-30 19:15:38 +02:00
include Move database functions 2022-03-29 19:18:57 +02:00
.gitignore Initial commit 2018-09-20 09:54:03 -04:00
LICENSE Initial commit 2018-09-20 09:54:03 -04:00
README.md Updated README 2019-06-28 13:48:54 +00:00
dbremove Delete databases onwed by specified user 2022-03-30 19:06:45 +02:00
gen_tdp One setenv to rule them all! 2019-12-06 13:01:38 +00:00
makedb Move database functions 2022-03-29 19:18:57 +02:00
makeuser Changes from makeuser_ansible function to reading from a file 2021-06-17 11:44:38 +02:00
makeuser_no_ansible Username already passed lowercased from signup.php 2021-03-01 19:41:40 +01:00
rmuser Fix: test operator 2022-03-30 19:15:38 +02:00
setenv Set user data backup path variable 2022-03-28 19:55:34 +02:00
userqueue Fix: print user queue option 2021-10-08 17:53:34 +02:00

README.md

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}