djkean / P1LootLogger

A Way to Report your Loot and View Compiled Data
0 stars 0 forks source link

Create Reusable Regex check(s) #24

Open djkean opened 8 months ago

djkean commented 8 months ago

Right now each form has its own function and file for regex checks, namely passwords are checked in similar fashion in each one, and can be scaled down to a single function and file

djkean commented 8 months ago

Some or all of check involving email and username can either be scaled back, or left to backend, as all requests currently double check for unexpected values and other errors