The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
86 views

Force.com Site - Custom Forgot Password page not working, throwing unauthorized page error

We have a Force.com site where we enabled login options and for the forgot Password link on the login page settings we have added a custom Forgot Password page. When I try to navigate to this Forgot ...
2
votes
1answer
31 views

Governor limits in relation to System.setPassword

I can't seem to find how to bulkify System.setPassword(Id, String) method to set passwords for multiple users at once. Can it be done? If not, what governor limits I might potentially hit?
3
votes
2answers
74 views

How to mass change emails with sending only a password reset mail in Apex?

That's a tricky question. I do not want to send a Fax to Salesforce to deactivate email confirmation because i am afraid of faxes I'm quite in a hurry, and I don't want to do it by hand for 500 users. ...
0
votes
0answers
170 views

Setting new user passwords in Apex

I have a method that creates a new user and sets a custom password, everything works fine to the point where I try to log in with the new user and get an error that the login details are incorrect. ...
1
vote
1answer
138 views

Are HTML based password reset templates reliably rendered?

I notice that salesforce seems to simply append the username and password at the end of the template, as far as anyone is aware are the resulting documents always well formed and reliably rendered ...
12
votes
2answers
147 views

Is it possible to have different password policies for different users?

Can I have a certain profile to have a password change policy of 1 year, and other profiles (or the rest) as change every 60 days? I know you can set it for the entire organization, I need to specify ...
19
votes
11answers
454 views

How do you manage passwords across SFDC orgs?

As an ISV partner I find myself juggling a bunch of username/passwords for my SFDC orgs. I have our "real" org where we do our own CRM related stuff. I have multiple dev orgs where we create our ...