Skip to content
Snippets Groups Projects
Commit 369ef629 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Change default id regex

parent 5a347065
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ path = "visitors.db"
# A list of possible regex patterns for the id (logical OR!)
id_patterns = [
"^[A-z0-9]{24}$",
"^[A-Z0-9]{6,8}$",
"^[A-Fa-f0-9]{24}$",
"^[A-Fa-f0-9]{6,16}$",
]
# minimum and maximum lengths for the received strings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment