mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +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',
|
'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',
|
'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',
|
'M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',
|
||||||
'@','!','$','%','&','(',')','=','?',';',':','#','_','-','<',
|
'@','!','%','&','(',')','=','?',';',':','#','_','-','<',
|
||||||
'>','|','[',']','}', // dont add /\,'"{ as we have problems dealing with them
|
'>','|','[',']','}', // dont add /\,'"{ as we have problems dealing with them
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user