This commit is contained in:
copyrighttxt
2026-08-03 16:16:44 -04:00
committed by GitHub
parent 02c22a1d56
commit 3447ebeefa
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def signup_page():
flash("Signups are temporarily disabled")
SignupEnabled = False
InviteKeysEnabled = websiteFeatures.GetWebsiteFeature("InviteKeys")
return render_template("signup/signup.html", SignupEnabled=SignupEnabled, InviteKeysEnabled=InviteKeysEnabled)
return render_template("signup/signup.html", SignupEnabled=SignupEnabled, InviteKeysEnabled=InviteKeysEnabled, auth_page=True)
def RateLimitReached(e):
flash("You are being rate limited. Please try again later.")