Skip to content

Commit

Permalink
wxyz
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 25, 2024
1 parent 2b1be9c commit decac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/user/models/otp_bypass_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit decac3d

Please sign in to comment.