Avatar

warzyd

New
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

warzyd New

About

Username
warzyd
Joined
Visits
81
Last Active
Roles
Member
Points
18
  • Username validation

    Does anyone knows why the following regex does not work for validation? I would like users to be able to use any character they like. $Configuration['Garden']['User']['ValidationRegex'] = '[.*]+'; no… (View Post)
  • Re: Username validation

    Seems like you are right and I thought that the following declaration $Configuration['Garden']['User']['ValidationRegex'] = '\w\s'; would do the trick but it doesn't. Looks like such basic character … (View Post)