make the altcha challenge a smidge easier

This commit is contained in:
Jack Case
2025-11-09 18:09:29 +00:00
parent c0600f527f
commit e8189ed832

View File

@@ -140,7 +140,7 @@ async def signup_form(form_data: Annotated[SignupForm, Form()]):
async def altcha_challenge(): async def altcha_challenge():
options = ChallengeOptions( options = ChallengeOptions(
expires=datetime.now() + timedelta(minutes=10), expires=datetime.now() + timedelta(minutes=10),
max_number=100000, max_number=80000,
hmac_key=TEMP_HMAC_KEY hmac_key=TEMP_HMAC_KEY
) )
challenge = create_challenge(options) challenge = create_challenge(options)