Help for this page
allow:test1,"@test 2 " deny:test3,test4 password:"123 456"
$hash = ( allow => [test1, "@test 2 "], deny => [test3, test4], password => "123 456", );