On 19.03.2015 03:53, Rajesh M wrote:
> is there someway to obfuscate the passwords stored in the browsers ? maybe
> concatenate some random numbers/strings with the existing password
While your concern is certainly valid, the password storage is purely a
browser-side function. The website in qu
Good afternoon,
thanks for the tip. The patches didn't work to me, but I've solved it by
the changing some lines in the "mime.php":
about line 711:
...
...
$replace = $res[4];
...
...
replace and add:
$replace = str_replace('_', ' ', $res[4]);
$replace = quoted_printable_decode ($r
Learn how to properly quote the messages you are replying to and trim the fluff.
> i understand that this has got nothing to do with squirrelmai functionality
> ... but what i am asking for will definitely increase the security of
> squirrelmail
>
> password forget plugin does not work.
Prove it.