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'])
|
||||
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue