Commit graph

19 commits

Author SHA1 Message Date
62944a8301
Restructure register server as Python library and wrapper script 2022-01-24 20:40:38 -06:00
6e856e93cd
Separate user management scripts into Python libraries and wrapper scripts 2022-01-24 20:15:49 -06:00
f615cb22ca
Move registration server port to 1337 2022-01-16 16:35:05 -06:00
9228477954
Use docstrings instead of comments and add more docs 2022-01-13 18:21:28 -06:00
1ccf759747
Correctly import adduser module 2022-01-05 19:01:32 -06:00
d1508cba11
Import adduser module correctly since it's not a .py file 2022-01-05 18:49:46 -06:00
46002ce239
Clean up register script and import adduser module 2022-01-05 18:38:44 -06:00
24746ca761
Replace shell commands with lists for subprocess run 2022-01-05 18:04:23 -06:00
a1312f6898
Use absolute path to adduser executable in register script 2022-01-05 15:42:57 -06:00
71eb72f8b2
Add missing bracket in register script 2021-12-10 22:12:08 -06:00
802a92c6e5
Use subprocess.run instead of os.system to hopefully fix arbitrary code execution bugs for real this time 2021-12-06 17:52:45 -06:00
f91da4f99d
Lint Python scripts 2021-12-03 19:46:51 -06:00
28b0775be9
Try to prevent injection attacks 2021-11-30 20:52:44 -06:00
bfb219c7f2
Make scripts more robust 2021-11-29 22:17:26 -06:00
00a7b2e1d7
Fix email parsing bug 2021-11-29 17:52:51 -06:00
f5d5bf0489
Prevent arbitrary code execution in register script 2021-11-24 15:52:06 -06:00
5f058a1f35
Hash the password first 2021-11-23 21:53:28 -06:00
a4820fae58
Add registration code 2021-11-23 15:58:25 -06:00
a47aa8bf38
Add registration backend script 2021-11-22 15:15:48 -06:00