Browse Source

Bumping up the request limit on register

master
Drew Short 5 years ago
parent
commit
e1c36e657c
  1. 2
      app.py

2
app.py

@ -156,7 +156,7 @@ def index():
@app.route('/register', methods=('GET', 'POST'))
@limiter.limit("2/minute")
@limiter.limit("5/minute")
def registration():
form = RegistrationForm()
if form.validate_on_submit():

Loading…
Cancel
Save