Rename ldap find user route function
This commit is contained in:
@@ -16,7 +16,7 @@ def index():
|
|||||||
return '<i>SEE YOU SPACE SAMURAI...</i>'
|
return '<i>SEE YOU SPACE SAMURAI...</i>'
|
||||||
|
|
||||||
@app.route('/find-user', methods=['POST'])
|
@app.route('/find-user', methods=['POST'])
|
||||||
def check_username_exists():
|
def find_user():
|
||||||
check_auth()
|
check_auth()
|
||||||
|
|
||||||
username = request.form['username']
|
username = request.form['username']
|
||||||
|
Reference in New Issue
Block a user