do not use $ in random passwords, as they given update errors, if followed by a number

This commit is contained in:
Ralf Becker 2014-05-06 11:00:15 +00:00
parent e134826088
commit 6810eba337

View File

@ -486,7 +486,7 @@ function randomstring($len=16)
'g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v',
'w','x','y','z','A','B','C','D','E','F','G','H','I','J','K','L',
'M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',
'@','!','$','%','&','(',')','=','?',';',':','#','_','-','<',
'@','!','%','&','(',')','=','?',';',':','#','_','-','<',
'>','|','[',']','}', // dont add /\,'"{ as we have problems dealing with them
);