Commit 44b2ef98 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(Captiveportal, new) skip some more chars in vouchers

(cherry picked from commit 441acc41)
parent f8b91f7b
......@@ -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