<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stephanschlegel.de/index.php?action=history&amp;feed=atom&amp;title=ProcessWire_-_Passwort_vergessen</id>
	<title>ProcessWire - Passwort vergessen - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stephanschlegel.de/index.php?action=history&amp;feed=atom&amp;title=ProcessWire_-_Passwort_vergessen"/>
	<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=ProcessWire_-_Passwort_vergessen&amp;action=history"/>
	<updated>2026-05-09T09:04:08Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikizone</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=ProcessWire_-_Passwort_vergessen&amp;diff=23047&amp;oldid=prev</id>
		<title>37.49.33.174: Die Seite wurde neu angelegt: „ == Fogot Password Modul manuell installieren == Create a /tool.php in the same directory as the /index.php in the root of PW install.  Paste in this code: &lt;pr…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=ProcessWire_-_Passwort_vergessen&amp;diff=23047&amp;oldid=prev"/>
		<updated>2018-05-30T09:27:55Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „ == Fogot Password Modul manuell installieren == Create a /tool.php in the same directory as the /index.php in the root of PW install.  Paste in this code: &amp;lt;pr…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Fogot Password Modul manuell installieren ==&lt;br /&gt;
Create a /tool.php in the same directory as the /index.php in the root of PW install.&lt;br /&gt;
&lt;br /&gt;
Paste in this code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
include(&amp;quot;index.php&amp;quot;);&lt;br /&gt;
wire(&amp;quot;modules&amp;quot;)-&amp;gt;get(&amp;quot;ProcessForgotPassword&amp;quot;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save it and if necessary upload it to your server. Remember the file as you&amp;#039;ll need it shortly.&lt;br /&gt;
&lt;br /&gt;
Now call it from the browser http://yourdomain.com/tool.php and the Module will get installed and a Password forgot link should show up on the login screen.&lt;br /&gt;
&lt;br /&gt;
Delete the tool.php.&lt;br /&gt;
&lt;br /&gt;
Edit: You can, using this technique, also set a new password for the admin, see on the link Diogo posted.&lt;br /&gt;
&lt;br /&gt;
== Passwort eines Users zurücksetzen ==&lt;br /&gt;
You can always reset your password just by pasting this temporarily into any one of your templates, and then viewing a page that uses the template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$u = $users-&amp;gt;get(&amp;#039;admin&amp;#039;); // or whatever your username is&lt;br /&gt;
$u-&amp;gt;of(false); &lt;br /&gt;
$u-&amp;gt;pass = &amp;#039;your-new-password&amp;#039;;&lt;br /&gt;
$u-&amp;gt;save();&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>37.49.33.174</name></author>
	</entry>
</feed>