mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-20 07:14:24 +01:00
2.3.1 dev (#1252)
2.3.1 / 2020-02-17 ================== **General** * User confirmation emails now have the correct URL format
This commit is contained in:
@@ -25,7 +25,7 @@ auth = Blueprint("auth", __name__)
|
||||
|
||||
|
||||
@auth.route("/confirm", methods=["POST", "GET"])
|
||||
@auth.route("/confirm/<data>", methods=["GET"])
|
||||
@auth.route("/confirm/<data>", methods=["POST", "GET"])
|
||||
@ratelimit(method="POST", limit=10, interval=60)
|
||||
def confirm(data=None):
|
||||
if not get_config("verify_emails"):
|
||||
|
||||
Reference in New Issue
Block a user