<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.lifeguideonline.org/w/index.php?action=history&amp;feed=atom&amp;title=How_to_let_users_change_their_password</id>
	<title>How to let users change their password - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lifeguideonline.org/w/index.php?action=history&amp;feed=atom&amp;title=How_to_let_users_change_their_password"/>
	<link rel="alternate" type="text/html" href="https://wiki.lifeguideonline.org/w/index.php?title=How_to_let_users_change_their_password&amp;action=history"/>
	<updated>2026-05-13T19:06:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.4</generator>
	<entry>
		<id>https://wiki.lifeguideonline.org/w/index.php?title=How_to_let_users_change_their_password&amp;diff=20414&amp;oldid=prev</id>
		<title>Judy: Created page with &quot;You can create pages which allow end-users to reset their password (if they have forgotten it) and/or change their password.  To allow users to reset their password, you will ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.lifeguideonline.org/w/index.php?title=How_to_let_users_change_their_password&amp;diff=20414&amp;oldid=prev"/>
		<updated>2014-02-04T11:37:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;You can create pages which allow end-users to reset their password (if they have forgotten it) and/or change their password.  To allow users to reset their password, you will ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;You can create pages which allow end-users to reset their password (if they have forgotten it) and/or change their password.&lt;br /&gt;
&lt;br /&gt;
To allow users to reset their password, you will need 5 new pages:&lt;br /&gt;
&lt;br /&gt;
1) A page with a free-entry text box where end-users enter the email address they registered with. An email will be sent to them with a new password, which consists of a randomly generated series of numbers, and upper and lower case letters. We recommend that end-users change this password the next time they login to a password that they can easily remember. This page will need a &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
2) A page that confirms their password has been changed and asks them to check their email and login again with their new password. You can insert a button on this page which jumps to the login page.&lt;br /&gt;
&lt;br /&gt;
3) A page which allows them to change their password. This page will need one free-entry text box for their current password and another one for their new password. This page will need a &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
4) A page which is shown when their password could not be changed because they entered their current password incorrectly. You can insert 2 links on this page - one which takes them to the page where they can change their password and one which takes them back to the login confirmation page. &lt;br /&gt;
&lt;br /&gt;
5) A page which is shown when their password has been successfully changed. You can insert a button on this page which jumps to the login page.&lt;br /&gt;
&lt;br /&gt;
In the logic file, you will use the logic commands &amp;lt;code&amp;gt; resetpassword &amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt; changepassword &amp;lt;/code&amp;gt;. An example is shown below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; &lt;br /&gt;
show resetpass&lt;br /&gt;
after resetpass if (resetpassword(resetpass.email)) goto resetpass_confirm&lt;br /&gt;
show resetpass_confirm&lt;br /&gt;
&lt;br /&gt;
show changepass&lt;br /&gt;
after changepass if (changepassword(username, changepass.old, changepass.new)) goto changepass_confirm&lt;br /&gt;
show changepassfailed&lt;br /&gt;
show changepass_confirm&lt;br /&gt;
&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [https://www.lifeguideonline.org/manager/intervention/show/73 &amp;#039;&amp;#039;&amp;#039;Changing and resetting end-user passwords&amp;#039;&amp;#039;&amp;#039;] tutorial contains this logic and will show you what text to include on these pages.&lt;/div&gt;</summary>
		<author><name>Judy</name></author>
	</entry>
</feed>