<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Tag: password - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/password</link>
		<description>Gravity Support Forums Tag: password - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:15:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/tags/password" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Let Users Change Their Password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/let-users-change-their-password#post-303735</link>
			<pubDate>Wed, 05 Jun 2013 09:46:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">303735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the update form allows you to update the password. Make sure you have it mapped and not at the &#34;Preserve current password&#34; setting. Also, be sure to use the Password field on the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Style Password Field: How to stack vertically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-password-field-how-to-stack-vertically#post-299237</link>
			<pubDate>Mon, 03 Jun 2013 12:19:49 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">299237@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try adding the following to your theme's stylesheet&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .ginput_complex .ginput_right {
    clear: left;
    float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the only caveat is that as it is the above will also affect similar field types such as the email field with confirmation, if you only want to affect the password field then you would have to add a custom CSS class name to the fields advanced tab and to the rule like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .my_custom_class .ginput_complex .ginput_right {
    clear: left;
    float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZeadsDead on "Style Password Field: How to stack vertically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-password-field-how-to-stack-vertically#post-299186</link>
			<pubDate>Mon, 03 Jun 2013 11:50:03 +0000</pubDate>
			<dc:creator>ZeadsDead</dc:creator>
			<guid isPermaLink="false">299186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
The password field is side-by-side by default.&#60;/p&#62;
&#60;p&#62;I would like to stack it so it's on top of each other.  Is this possible?&#60;/p&#62;
&#60;p&#62;For example, instead of:&#60;/p&#62;
&#60;p&#62;create a pw:                    confirm your pw:&#60;/p&#62;
&#60;p&#62;it should be:&#60;/p&#62;
&#60;p&#62;create a pw:&#60;br /&#62;
confirm your pw:
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chemcom on "Let Users Change Their Password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/let-users-change-their-password#post-258184</link>
			<pubDate>Fri, 17 May 2013 15:50:24 +0000</pubDate>
			<dc:creator>chemcom</dc:creator>
			<guid isPermaLink="false">258184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I'm using the User Registration add-on and one form is set to 'Create'. When the user creates an account, he creates a password. How can I allow the user to change his password? I have another form set to 'Update' but when we add a password field to it, the user's password doesn't change. Can you help?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "User notification email (registration and details changes) including password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-notification-email-registration-and-details-changes-including-password#post-241437</link>
			<pubDate>Tue, 07 May 2013 13:43:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">241437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Handling via your priority support ticket.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dashaluna on "User notification email (registration and details changes) including password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-notification-email-registration-and-details-changes-including-password#post-233589</link>
			<pubDate>Thu, 02 May 2013 09:42:06 +0000</pubDate>
			<dc:creator>dashaluna</dc:creator>
			<guid isPermaLink="false">233589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm sending a notification emails to users after they registered or if they have updated their information.&#60;/p&#62;
&#60;p&#62;I'm using {all_fields} merge tag, however, it doesn't include the password field. How can I include the password field into the grid? I'm planning to disable the native WP wp_new_user_notification() function.&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Dasha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josh Fialkoff on "User registration welcome email - user first 0r last name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-welcome-email-user-first-0r-last-name#post-229811</link>
			<pubDate>Mon, 29 Apr 2013 11:28:12 +0000</pubDate>
			<dc:creator>Josh Fialkoff</dc:creator>
			<guid isPermaLink="false">229811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
Is this still true in Gravity Forms Version 1.7?&#60;br /&#62;
New users on my site are being sent their usernames, but not passwords.&#60;br /&#62;
Thanks,&#60;br /&#62;
Josh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "password reset e-mail to admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/password-reset-e-mail-to-admin#post-184114</link>
			<pubDate>Mon, 25 Mar 2013 12:25:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">184114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll check with the development team on this one for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joeri1977 on "password reset e-mail to admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/password-reset-e-mail-to-admin#post-182867</link>
			<pubDate>Sun, 24 Mar 2013 10:08:48 +0000</pubDate>
			<dc:creator>joeri1977</dc:creator>
			<guid isPermaLink="false">182867@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Goodday,&#60;/p&#62;
&#60;p&#62;I use the user registration add-on 1.5.beta1 and I (as a admin) would like to receive the new password users can generate through the update profile form. I want to know there password for customer support benefits.&#60;/p&#62;
&#60;p&#62;Is this possible? I do get the standard WP e-mail when a user registers, with login information, but I also want to receive the WP notification e-mail when a user changes there password.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Joeri.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "user registration addon no pasword was send by mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-addon-no-pasword-was-send-by-mail#post-181916</link>
			<pubDate>Sat, 23 Mar 2013 12:39:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">181916@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please share the URL for the page on your site where we can test your form.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
