hhjoel / pe

0 stars 0 forks source link

New session data validation doesn't conform to UG #2

Closed hhjoel closed 4 years ago

hhjoel commented 4 years ago

"To make sure session names are valid, we only allow Alphanumeric characters (a, b, c or 1, 2, 3) and spaces (but not all spaces!)."

This means if I type in only numbers, it should work, but it doesn't go through. Perhaps the validation regex wasn't tested rigorously

image.png