Open the registration endpoint

This commit is contained in:
Nick Krichevsky 2018-10-27 00:06:57 -04:00
parent 3230cc5b27
commit c50832b028

View file

@ -88,9 +88,6 @@ def resumepost():
@app.route('/register', methods=['GET', 'POST'])
def register():
# Temporarily disable registration.
return "Registration is currently closed.", 403
if request.method == 'GET':
# Register a hacker...
if is_logged_in() and db.session.query(