Added /check-username-exists route, rename ldap.py

This commit is contained in:
2020-02-04 20:59:31 -07:00
parent bad18e069a
commit f3fe029d3e
2 changed files with 11 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
def create_user(first, last, username, email, password):
print(first, last, username, email, password)
def set_password(username, password):
print(username, password)