mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
do not use $ in random passwords, as they given update errors, if followed by a number
This commit is contained in:
parent
e134826088
commit
6810eba337
@ -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
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user