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:38 +00:00
parent 0d5f785467
commit e618d21111

View File

@ -487,7 +487,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
);