Commit fa82745f authored by jvoisin's avatar jvoisin

Put import_ldap_users behind a login

parent 57928383
......@@ -307,6 +307,7 @@ def before_request():
@app.route('/import_ldap_users')
@login_required
def import_ldap_users():
showtext = {}
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment