Commit 441acc41 authored by Ad Schellevis's avatar Ad Schellevis

(Captiveportal, new) skip some more chars in vouchers

parent 6ae824fc
......@@ -147,7 +147,7 @@ class Voucher implements IAuthConnector
$response = array();
if ($this->dbHandle != null) {
// list of characters to skip for random generator
$doNotUseChr = array('<', '>', '&');
$doNotUseChr = array('<', '>', '&', 'l' , 'O' ,'`', '|' ,'^', '"');
// create map of random readable characters
$characterMap = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment