Initial version
This commit is contained in:
6
reset_passwords
Executable file
6
reset_passwords
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /usr/bin/env python3
|
||||
|
||||
import sys
|
||||
from password_reset import main
|
||||
|
||||
main(sys.argv)
|
Reference in New Issue
Block a user