<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel><title>
Comments on: Manually Setup a Users Password in Salesforce</title>
<atom:link href="https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/feed/" rel="self" type="application/rss+xml" /><link>https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/</link>
<description>Taha Syed &#124; Sales to Salesforce &#124; Dissecting and Defining the Rationale..</description>
<lastBuildDate>Tue, 06 Jul 2021 18:31:51 +0000</lastBuildDate>
<sy:updatePeriod>
hourly	</sy:updatePeriod>
<sy:updateFrequency>
1	</sy:updateFrequency>
<generator>https://wordpress.org/?v=6.9.4</generator>
<item><title>
By: Taha Syed</title><link>https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/comment-page-1/#comment-17796</link><dc:creator><![CDATA[Taha Syed]]></dc:creator>
<pubDate>Tue, 06 Jul 2021 18:31:51 +0000</pubDate>
<guid
isPermaLink="false">http://www.syedtaha.com/?p=1001#comment-17796</guid><description><![CDATA[In reply to &lt;a href=&quot;https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/comment-page-1/#comment-17790&quot;&gt;himanshu&lt;/a&gt;.Something like this:
@isTest
public class setPasswordTest {
static testMethod void setThePassword() {
User U = [Select id from user limit 1];
U.Password__c = &#039;Test124&#039;;
Update U;
}
}]]></description>
<content:encoded><![CDATA[<p>In reply to <a
href="https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/comment-page-1/#comment-17790">himanshu</a>.</p><p>Something like this:<br
/>
@isTest<br
/>
public class setPasswordTest {<br
/>
static testMethod void setThePassword() {<br
/>
User U = [Select id from user limit 1];<br
/>
U.Password__c = &#8216;Test124&#8217;;<br
/>
Update U;<br
/>
}<br
/>
}</p>
]]></content:encoded>
</item>
<item><title>
By: himanshu</title><link>https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/comment-page-1/#comment-17790</link><dc:creator><![CDATA[himanshu]]></dc:creator>
<pubDate>Thu, 24 Jun 2021 18:35:31 +0000</pubDate>
<guid
isPermaLink="false">http://www.syedtaha.com/?p=1001#comment-17790</guid><description><![CDATA[Hi,
Thank you for posting this hacks for Password. This is going to solve a big problem for us.I have created Trigger based on your code. Do you have a Test class for this?Thanks,
Himanshu]]></description>
<content:encoded><![CDATA[<p>Hi,<br
/>
Thank you for posting this hacks for Password. This is going to solve a big problem for us.</p><p>I have created Trigger based on your code. Do you have a Test class for this?</p><p>Thanks,<br
/>
Himanshu</p>
]]></content:encoded>
</item>
</channel>
</rss>