Skip Menu |

This queue is for tickets about the WWW-Salesforce CPAN distribution.

Report information
The Basics
Id: 55357
Status: open
Priority: 0/
Queue: WWW-Salesforce

People
Owner: Nobody in particular
Requestors: dougbitcard [...] claar.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: (no value)



Subject: setPassword and resetPassword require userId, but there's no interface.
To call setPassword, you must supply a hash containing userId and the new password. This userId is saved as part of login, but there doesn't appear to be an accessor function. That's no big deal, you can read the code and grab $sforce->{sf_uid}, but it would be a lot cleaner if there were a get_userId or something similar.
Patches welcome.
From: ozcoder [...] gmail.com
On Tue Aug 17 20:55:51 2010, PHRED wrote: Show quoted text
> Patches welcome.
See my pull request https://github.com/redhotpenguin/WWW-Salesforce/pull/22 Gordon