From decac3d06421a7ffe5f8153a9355564b7efa6342 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 25 Jan 2024 11:38:57 +0000 Subject: [PATCH] wxyz --- codeforlife/user/models/otp_bypass_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeforlife/user/models/otp_bypass_token.py b/codeforlife/user/models/otp_bypass_token.py index ac3ee41a..2692a367 100644 --- a/codeforlife/user/models/otp_bypass_token.py +++ b/codeforlife/user/models/otp_bypass_token.py @@ -12,7 +12,7 @@ class OtpBypassToken(models.Model): length = 8 - allowed_chars = "abcdefghijklmnopqrstuv" + allowed_chars = "abcdefghijklmnopqrstuvwxyz" max_count = 10 max_count_validation_error = ValidationError( f"Exceeded max count of {max_count}"