Open the registration endpoint
This commit is contained in:
parent
3230cc5b27
commit
c50832b028
1 changed files with 0 additions and 3 deletions
|
@ -88,9 +88,6 @@ def resumepost():
|
||||||
|
|
||||||
@app.route('/register', methods=['GET', 'POST'])
|
@app.route('/register', methods=['GET', 'POST'])
|
||||||
def register():
|
def register():
|
||||||
# Temporarily disable registration.
|
|
||||||
return "Registration is currently closed.", 403
|
|
||||||
|
|
||||||
if request.method == 'GET':
|
if request.method == 'GET':
|
||||||
# Register a hacker...
|
# Register a hacker...
|
||||||
if is_logged_in() and db.session.query(
|
if is_logged_in() and db.session.query(
|
||||||
|
|
Loading…
Add table
Reference in a new issue