<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Resetpassword</id>
	<title>Resetpassword - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Resetpassword"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Resetpassword&amp;action=history"/>
	<updated>2026-05-08T06:29:14Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Resetpassword&amp;diff=10247&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Resetpassword&amp;diff=10247&amp;oldid=prev"/>
		<updated>2024-10-18T06:59:58Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:59, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Resetpassword&amp;diff=10246&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* top */clean up, typos fixed: eg  → e.g.</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Resetpassword&amp;diff=10246&amp;oldid=prev"/>
		<updated>2022-08-11T14:41:02Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;top: &lt;/span&gt;clean up, typos fixed: eg  → e.g.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = local&lt;br /&gt;
|entry = https://github.com/SMERKY/moodle-local_resetpassword&lt;br /&gt;
|tracker = https://github.com/SMERKY/moodle-local_resetpassword/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=260912&lt;br /&gt;
|maintainer = Aaron Leggett&lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This local plugin allows an external service to access moodles reset password functionality.&lt;br /&gt;
By posting a secure key, along with the user accounts email address, the local plugin will check against certain criteria before loggin, and sending the moodle password reset email.&lt;br /&gt;
&lt;br /&gt;
 The plugin checks a series of events before allowing the password reset email to be sent.&lt;br /&gt;
 1 - Checks the plugin has been enabled (plugin setting disabled by default)&lt;br /&gt;
 2 - Checks the encrypted key from the POST message matches the one stored in moodle (plugin setting)&lt;br /&gt;
 3 - Checks the user exists in the moodle user table&lt;br /&gt;
 4 - Checks the user is not an admin (admins have been restricted from using this plugin for security reasons)&lt;br /&gt;
&lt;br /&gt;
The plugin works by an external service sendding a POST request to the following plugin file&lt;br /&gt;
[YOUR MOODLE URL] / local / resetpassword / reset.php&lt;br /&gt;
e.g. moodle.example.com/local/resetpassword/reset.php&lt;br /&gt;
  &lt;br /&gt;
The file requires two variables to be posted to it.&lt;br /&gt;
e - the email address of the account.&lt;br /&gt;
k - the encrypted key&lt;br /&gt;
  &lt;br /&gt;
The encrypted key that is posted to the file is created by concatenation of the email address and the private key (set in moodle), this is then encrypted with MD5.&lt;br /&gt;
    &lt;br /&gt;
For any further information regarding this plugin, please see the GITHUB issues or email the developer with the details below&lt;br /&gt;
 https://github.com/SMERKY/moodle-local_resetpassword/issues&lt;br /&gt;
 mailto:aaron@aaronleggett.com&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>