On Monday 01 July 2002 10:46, Scott Sharkey wrote:
> Relatively new to OpenSRS. I'm using the opensrs-sf 1.60 code. How
> do you change the password on a user profile?
The SF code strips out potentially malicious characters on input, but
this has created a problem with passwords create with other clients.
The next release will not strip out these characters, and in the mean
time you can disable the character deletion by editing the module
Session::Input, line 163:
# Simply comment out this line:
s/([\\;<>\*\|`&!#\(\)\[\]\{\}:'"])//g;
-Regards,
Paul Sisson