Initial version

This commit is contained in:
Gergely Polonkai
2016-07-22 13:49:12 +02:00
commit d64b2d5e0b
2 changed files with 164 additions and 0 deletions

6
reset_passwords Executable file
View File

@@ -0,0 +1,6 @@
#! /usr/bin/env python3
import sys
from password_reset import main
main(sys.argv)