régler problème de changement de rôle

This commit is contained in:
cedrick2711
2026-08-04 21:52:52 -04:00
parent 7bb80229db
commit aeba4d78cf
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ def login():
@auth_bp.route('/register', methods=['GET', 'POST'])
@limiter.limit("3 per hour")
@limiter.limit("20 per hour")
def register():
"""Handle new player registration with CAPTCHA and password policy.