EnduranceIndia / whmcs-resellerclub-modules

ResellerClub Product Modules for WHMCS
52 stars 44 forks source link

Allow special chars in account password. #2

Closed imagina closed 12 years ago

imagina commented 12 years ago

Adding htmlspecialchars_decode before usage and save.

sandeepshetty commented 12 years ago

Can you describe the issue you faced for which this is a fix?

imagina commented 12 years ago

If you use a password with certain characters like ($%&/) in your resellerclub account the password is reported invalid because whmcs get the results with html characters encoded. You have to decode them before passing them to the resellerclub api even after you get it from the database.