<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/310/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cescobedo</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/310/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cescobedo"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/Special:Contributions/Cescobedo"/>
	<updated>2026-04-14T23:04:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=External_database_authentication&amp;diff=132962</id>
		<title>External database authentication</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=External_database_authentication&amp;diff=132962"/>
		<updated>2019-01-15T21:20:36Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Authentication}}&lt;br /&gt;
Location: &#039;&#039; Site administration &amp;gt; Plugins &amp;gt; Authentication &amp;gt; External database&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This method uses an external database table to check whether a given username (which must be varchar)  and password is valid. If the user does not currently exist in Moodle a new account will be created and their information copied from the external database. &lt;br /&gt;
&lt;br /&gt;
== Field mappings ==&lt;br /&gt;
&lt;br /&gt;
This is done by mapping fields at the bottom of the database authentication page. Each data field in the user profile has a text field next to it. Enter the name of the column in the external database that maps to the profile data field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update Local&#039;&#039;&#039; - Specifies that the external data will be entered into the local field in question&lt;br /&gt;
* On Creation - specifies that this will only happen on the original login when the account is created for the first time.&lt;br /&gt;
* On Every Login - specifies that changes in the external data will be updated on the local Moodle field in question the next time the user logs in again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update External&#039;&#039;&#039; - Specifies just the opposite, meaning changes in the local Moodle field in question will update the corresponding field in the external database&lt;br /&gt;
* Never - Specifies this is disabled&lt;br /&gt;
* On Update - Enables this to happen if a change is made locally (additional configuration is probably required)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lock Value&#039;&#039;&#039; - Only determines whether the local user can make a change in the Moodle field and does not affect the two settings above.&lt;br /&gt;
* Unlocked - A user can make changes locally in the Moodle field (assumably even if it contradicts the external database the next login would change it again if Update Local is set&lt;br /&gt;
* Locked - A user can never make changes&lt;br /&gt;
* Unlocked if empty - A user can only make changes if the field is not populated already from the external database (this would seem to indicate a user could only enter something into this field once and could not change it after saving)&lt;br /&gt;
&lt;br /&gt;
== Automatic Synchronisation ==&lt;br /&gt;
&lt;br /&gt;
The above method adds new users only when they log in. If you want user accounts to be created in Moodle independent of actual logins, the db authentication plugin offers a script you can run regularly via &#039;cron&#039;. A typical cron entry will be as follows...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
0 * * * *    /usr/bin/php /path/to/moodle/auth/db/cli/sync_users.php &amp;gt;dev/null&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This runs every hour (adjust as required). It reads the entire table updating and creating local Moodle users. &lt;br /&gt;
&lt;br /&gt;
NB when you run this you get the error &amp;quot;[AUTH DB] The sync users cron has been depricated.  Please use the scheduled task instead.&amp;quot;&lt;br /&gt;
Information on scheduled tasks can be found here: [https://docs.moodle.org/310/en/Scheduled_tasks]&lt;br /&gt;
&lt;br /&gt;
If you have custom profile fields on your site, these can be synced with External database authentication (syncing custom profile fields from the external database to Moodle does not currently work, see [https://tracker.moodle.org/browse/MDL-56093]).&lt;br /&gt;
&lt;br /&gt;
==Additional Notes==&lt;br /&gt;
&lt;br /&gt;
It is now possible to  use Salted Crypt passwords for the password format with external database authentication from the Password format setting:&lt;br /&gt;
[[File:dbsaltedcrypt.png|thumb|300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Plain text password matching is now always case sensitive&lt;br /&gt;
* sha1/md5 hash comparisons are now enforced case insensitive (as underlying they are hexadecimal values)&lt;br /&gt;
&lt;br /&gt;
* Some of the things that apply to [[Upload users]] apply to the External database, but not all of the fields in the [[Upload users]] are available for the External Database authentication. The only available fields are the fields listed in the data mapping section of the admin page for the External Database connection.&lt;br /&gt;
* Note that for MySQL databases moodle will store date custom profile fields in a bigint field (as a unix timestamp). Using a timestamp or datetime field will not work&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[External database enrolment]]&lt;br /&gt;
&lt;br /&gt;
[[de:Externe Datenbank]]&lt;br /&gt;
[[fr:Authentification par base de données externe]]&lt;br /&gt;
[[ja:外部データベース認証]]&lt;br /&gt;
[[es:Autenticación con BasedeDatos externa]]&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=123803</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=123803"/>
		<updated>2016-05-25T13:55:37Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Authentication&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
You have to enable in authentication settings to work it.&lt;br /&gt;
&lt;br /&gt;
This plugin must be enable in:&lt;br /&gt;
    Home  ▶ Site administration ▶ Plugins  ▶ Authentication  ▶ Manage authentication&lt;br /&gt;
&lt;br /&gt;
And enable &amp;quot;Auth Development tools&amp;quot;  to use it.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev1.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user using loginas feature.&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev2.png]]&lt;br /&gt;
&lt;br /&gt;
Settings to where you can enable redirect the user to a url when the user logout.&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:auth_dev1.png&amp;diff=123802</id>
		<title>File:auth dev1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:auth_dev1.png&amp;diff=123802"/>
		<updated>2016-05-25T13:54:47Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Cescobedo uploaded a new version of File:auth dev1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Site Admin user using loginas&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:auth_dev1.png&amp;diff=123801</id>
		<title>File:auth dev1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:auth_dev1.png&amp;diff=123801"/>
		<updated>2016-05-25T13:54:31Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Cescobedo uploaded a new version of File:auth dev1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Site Admin user using loginas&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=123800</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=123800"/>
		<updated>2016-05-25T13:52:38Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Authentication&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
You have to enable in authentication settings to work it.&lt;br /&gt;
&lt;br /&gt;
This plugin must be enable in:&lt;br /&gt;
    Home  ▶ Site administration ▶ Plugins  ▶ Authentication  ▶ Manage authentication&lt;br /&gt;
&lt;br /&gt;
And enable &amp;quot;Auth Development tools&amp;quot;  to use it.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev31.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user using loginas feature.&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev31_2.png]]&lt;br /&gt;
&lt;br /&gt;
Settings to where you can enable redirect the user to a url when the user logout.&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=123799</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=123799"/>
		<updated>2016-05-25T13:51:35Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Authentication&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
You have to enable in authentication settings to work it.&lt;br /&gt;
&lt;br /&gt;
This plugin must be enable in:&lt;br /&gt;
    Home  ▶ Site administration ▶ Plugins  ▶ Authentication  ▶ Manage authentication&lt;br /&gt;
&lt;br /&gt;
And enable &amp;quot;Auth Development tools&amp;quot;  to use it.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev1.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user using loginas feature.&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev2.png]]&lt;br /&gt;
&lt;br /&gt;
Settings to where you can enable redirect the user to a url when the user logout.&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:auth_dev2.png&amp;diff=123798</id>
		<title>File:auth dev2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:auth_dev2.png&amp;diff=123798"/>
		<updated>2016-05-25T13:49:35Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Cescobedo uploaded a new version of File:auth dev2.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:auth_dev1.png&amp;diff=123797</id>
		<title>File:auth dev1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:auth_dev1.png&amp;diff=123797"/>
		<updated>2016-05-25T13:48:49Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Cescobedo uploaded a new version of File:auth dev1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Site Admin user using loginas&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:UpgradeDb4.png&amp;diff=123796</id>
		<title>File:UpgradeDb4.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:UpgradeDb4.png&amp;diff=123796"/>
		<updated>2016-05-25T13:39:11Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=UpgradeDB&amp;diff=123795</id>
		<title>UpgradeDB</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=UpgradeDB&amp;diff=123795"/>
		<updated>2016-05-25T13:38:54Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Local Plugin&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=local_upgradedb&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13733&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow install new tables into DB using xmldb files under developer control.&lt;br /&gt;
You can choose which install.xml table want to install in place to install all tables and &lt;br /&gt;
upgrade tables whenever you want.&lt;br /&gt;
You cannot drop tables was with data.&lt;br /&gt;
It was created thinking in developers to plugins.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=local_upgradedb plugin entry].&lt;br /&gt;
# Unzip it into  local/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: upgradedb, the full path in your Moodle installation will be local/upgradedb&lt;br /&gt;
&lt;br /&gt;
== New fresh features ==&lt;br /&gt;
# Analyze and Refresh Indexes in MySQL Tables.&lt;br /&gt;
# Show Keys and Indexes.&lt;br /&gt;
# Show XMLFile using xmldbtools.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:UpgradeDb3.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:UpgradeDb4.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13733 Local UpgradeDB].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Empty tables.&lt;br /&gt;
* Check tables in DB to allow alter columns.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=local_upgradedb plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:UpgradeDb3.png&amp;diff=123794</id>
		<title>File:UpgradeDb3.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:UpgradeDb3.png&amp;diff=123794"/>
		<updated>2016-05-25T13:36:09Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=UpgradeDB&amp;diff=123793</id>
		<title>UpgradeDB</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=UpgradeDB&amp;diff=123793"/>
		<updated>2016-05-25T13:35:32Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Local Plugin&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=local_upgradedb&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13733&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow install new tables into DB using xmldb files under developer control.&lt;br /&gt;
You can choose which install.xml table want to install in place to install all tables and &lt;br /&gt;
upgrade tables whenever you want.&lt;br /&gt;
You cannot drop tables was with data.&lt;br /&gt;
It was created thinking in developers to plugins.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=local_upgradedb plugin entry].&lt;br /&gt;
# Unzip it into  local/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: upgradedb, the full path in your Moodle installation will be local/upgradedb&lt;br /&gt;
&lt;br /&gt;
== New fresh features ==&lt;br /&gt;
# Analyze and Refresh Indexes in MySQL Tables.&lt;br /&gt;
# Show Keys and Indexes.&lt;br /&gt;
# Show XMLFile using xmldbtools.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:UpgradeDb3.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:UpgradeDb2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13733 Local UpgradeDB].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Empty tables.&lt;br /&gt;
* Check tables in DB to allow alter columns.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=local_upgradedb plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=UpgradeDB&amp;diff=123792</id>
		<title>UpgradeDB</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=UpgradeDB&amp;diff=123792"/>
		<updated>2016-05-25T13:33:04Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Instalation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Local Plugin&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=local_upgradedb&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13733&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow install new tables into DB using xmldb files under developer control.&lt;br /&gt;
You can choose which install.xml table want to install in place to install all tables and &lt;br /&gt;
upgrade tables whenever you want.&lt;br /&gt;
You cannot drop tables was with data.&lt;br /&gt;
It was created thinking in developers to plugins.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=local_upgradedb plugin entry].&lt;br /&gt;
# Unzip it into  local/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: upgradedb, the full path in your Moodle installation will be local/upgradedb&lt;br /&gt;
&lt;br /&gt;
== New fresh features ==&lt;br /&gt;
# Analyze and Refresh Indexes in MySQL Tables.&lt;br /&gt;
# Show Keys and Indexes.&lt;br /&gt;
# Show XMLFile using xmldbtools.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:UpgradeDb1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:UpgradeDb2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13733 Local UpgradeDB].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Empty tables.&lt;br /&gt;
* Check tables in DB to allow alter columns.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=local_upgradedb plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114365</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114365"/>
		<updated>2014-08-28T09:13:59Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Authentication&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
You have to enable in authentication settings to work it.&lt;br /&gt;
&lt;br /&gt;
This plugin must be enable in:&lt;br /&gt;
    Home  ▶ Site administration ▶ Plugins  ▶ Authentication  ▶ Manage authentication&lt;br /&gt;
&lt;br /&gt;
And enable &amp;quot;Auth Development tools&amp;quot;  to use it.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev1.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user using loginas feature.&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev2.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user after click in his name.&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114364</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114364"/>
		<updated>2014-08-28T09:13:23Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Authentication&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
This plugin must be enable in:&lt;br /&gt;
    Home  ▶ Site administration ▶ Plugins  ▶ Authentication  ▶ Manage authentication&lt;br /&gt;
&lt;br /&gt;
And enable &amp;quot;Auth Development tools&amp;quot;  to use it.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev1.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user using loginas feature.&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev2.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user after click in his name.&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114363</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114363"/>
		<updated>2014-08-28T09:13:09Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Authentication&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
This plugin must be enable in:&lt;br /&gt;
    Home  ▶ Site administration ▶ Plugins  ▶ Authentication  ▶Manage authentication&lt;br /&gt;
&lt;br /&gt;
And enable &amp;quot;Auth Development tools&amp;quot;  to use it.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev1.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user using loginas feature.&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev2.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user after click in his name.&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114349</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114349"/>
		<updated>2014-08-27T14:20:47Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Authentication&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev1.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user using loginas feature.&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev2.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user after click in his name.&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114348</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114348"/>
		<updated>2014-08-27T14:19:08Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Auth Plugin&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev1.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user using loginas feature.&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev2.png]]&lt;br /&gt;
&lt;br /&gt;
Site Admin user after click in his name.&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:auth_dev2.png&amp;diff=114347</id>
		<title>File:auth dev2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:auth_dev2.png&amp;diff=114347"/>
		<updated>2014-08-27T14:17:32Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:auth_dev1.png&amp;diff=114346</id>
		<title>File:auth dev1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:auth_dev1.png&amp;diff=114346"/>
		<updated>2014-08-27T14:16:59Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Site Admin user using loginas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Site Admin user using loginas&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114345</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114345"/>
		<updated>2014-08-27T14:16:25Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Auth Plugin&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File: auth_dev1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File: auth_dev2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114344</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=auth/dev&amp;diff=114344"/>
		<updated>2014-08-27T14:12:09Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Created page with &amp;quot;{{Infobox plugin |type = Auth Plugin |entry = https://moodle.org/plugins/view.php?plugin=auth_dev |tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731 |discuss...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Auth Plugin&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=auth_dev&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13731&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow a site admin user not logout when this user has loginas. It&#039;s useful to developers and main administrators. You have to enable in authentication settings to work it.&lt;br /&gt;
It was created thinking in site admins.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;br /&gt;
# Unzip it into  auth/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:]]&lt;br /&gt;
&lt;br /&gt;
[[File:]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13731 Auth Development].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Redirect to specific URL when user logout.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=auth_dev plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:UpgradeDb2.png&amp;diff=112774</id>
		<title>File:UpgradeDb2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:UpgradeDb2.png&amp;diff=112774"/>
		<updated>2014-05-27T07:10:56Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:UpgradeDb1.png&amp;diff=112773</id>
		<title>File:UpgradeDb1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:UpgradeDb1.png&amp;diff=112773"/>
		<updated>2014-05-27T07:10:16Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=UpgradeDB&amp;diff=112772</id>
		<title>UpgradeDB</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=UpgradeDB&amp;diff=112772"/>
		<updated>2014-05-27T07:09:45Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Created page with &amp;quot;{{Infobox plugin |type = Local Plugin |entry = https://moodle.org/plugins/view.php?plugin=local_upgradedb |tracker = https://tracker.moodle.org/browse/CONTRIB/component/13733 ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Local Plugin&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=local_upgradedb&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13733&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow install new tables into DB using xmldb files under developer control.&lt;br /&gt;
You can choose which install.xml table want to install in place to install all tables and &lt;br /&gt;
upgrade tables whenever you want.&lt;br /&gt;
You cannot drop tables was with data.&lt;br /&gt;
It was created thinking in developers to plugins.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=local_upgradedb plugin entry].&lt;br /&gt;
# Unzip it into  local/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: upgradedb, the full path in your Moodle installation will be local/upgradedb&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:UpgradeDb1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:UpgradeDb2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13733 Local UpgradeDB].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Empty tables.&lt;br /&gt;
* Check tables in DB to allow alter columns.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=local_upgradedb plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Custom_Navigation&amp;diff=112771</id>
		<title>Custom Navigation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Custom_Navigation&amp;diff=112771"/>
		<updated>2014-05-27T07:07:18Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Local Plugin&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=local_navigation&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13732&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow add new menu items at the end of Navigation Menu in order to customize your options menu.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=local_navigation plugin entry].&lt;br /&gt;
# Unzip it into  local/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: navigation, the full path in your Moodle installation will be local/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:CustomNavigation1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:CustomNavigation2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13732 Local Custom Navigation].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Check syntax new items.&lt;br /&gt;
* Hide core items in navigation menu.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=local_navigation plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:CustomNavigation2.png&amp;diff=112770</id>
		<title>File:CustomNavigation2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:CustomNavigation2.png&amp;diff=112770"/>
		<updated>2014-05-27T07:02:05Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:CustomNavigation1.png&amp;diff=112769</id>
		<title>File:CustomNavigation1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:CustomNavigation1.png&amp;diff=112769"/>
		<updated>2014-05-27T07:01:26Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Custom_Navigation&amp;diff=112768</id>
		<title>Custom Navigation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Custom_Navigation&amp;diff=112768"/>
		<updated>2014-05-27T07:00:59Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Created page with &amp;quot;{{Infobox plugin |type = Tool |entry = https://moodle.org/plugins/view.php?plugin=local_navigation |tracker = https://tracker.moodle.org/browse/CONTRIB/component/13732 |discus...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=local_navigation&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13732&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow add new menu items at the end of Navigation Menu in order to customize your options menu.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=local_navigation plugin entry].&lt;br /&gt;
# Unzip it into  local/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: navigation, the full path in your Moodle installation will be local/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:CustomNavigation1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:CustomNavigation2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13732 Local Custom Navigation].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Check syntax new items.&lt;br /&gt;
* Hide core items in navigation menu.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=local_navigation plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112767</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112767"/>
		<updated>2014-05-27T07:00:28Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Undo revision 112766 by Cescobedo (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;br /&gt;
# Unzip it into  admin/tool/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:ResetMyMoodle1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ResetMyMoodle2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112766</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112766"/>
		<updated>2014-05-27T06:59:18Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=local_navigation&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13732&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This plugin allow add new menu items at the end of Navigation Menu in order to customize your options menu.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=local_navigation plugin entry].&lt;br /&gt;
# Unzip it into  local/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: navigation, the full path in your Moodle installation will be local/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:CustomNavigation1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:CustomNavigation2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13732 Local Custom Navigation].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
* Check syntax new items.&lt;br /&gt;
* Hide core items in navigation menu.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=local_navigation plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112765</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112765"/>
		<updated>2014-05-27T06:46:10Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;br /&gt;
# Unzip it into  admin/tool/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:ResetMyMoodle1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ResetMyMoodle2.png]]&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:ResetMyMoodle2.png&amp;diff=112764</id>
		<title>File:ResetMyMoodle2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:ResetMyMoodle2.png&amp;diff=112764"/>
		<updated>2014-05-27T06:45:49Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:ResetMyMoodle1.png&amp;diff=112763</id>
		<title>File:ResetMyMoodle1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:ResetMyMoodle1.png&amp;diff=112763"/>
		<updated>2014-05-27T06:45:07Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112762</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112762"/>
		<updated>2014-05-27T06:44:18Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;br /&gt;
# Unzip it into  admin/tool/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[File:ResetMyMoodle1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:ResetMyMoodle2]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112761</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112761"/>
		<updated>2014-05-27T06:41:43Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;br /&gt;
# Unzip it into  admin/tool/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112760</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112760"/>
		<updated>2014-05-27T06:40:14Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Instalation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Admin Tool - Reset My Moodle =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;br /&gt;
# Unzip it into  admin/tool/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112759</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112759"/>
		<updated>2014-05-27T06:39:51Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Instalation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Admin Tool - Reset My Moodle =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle entry].&lt;br /&gt;
# Unzip it into  admin/tool/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112758</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112758"/>
		<updated>2014-05-27T06:39:30Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Instalation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Admin Tool - Reset My Moodle =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle].&lt;br /&gt;
# Unzip it into  admin/tool/ folder in your Moodle.&lt;br /&gt;
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112757</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112757"/>
		<updated>2014-05-27T06:38:16Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Admin Tool - Reset My Moodle =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
&lt;br /&gt;
*Git way&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle].&lt;br /&gt;
* Unzip it into  admin/tool/ folder in your Moodle.&lt;br /&gt;
* Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112756</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112756"/>
		<updated>2014-05-27T06:36:28Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Admin Tool - Reset My Moodle =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
&lt;br /&gt;
*Git way&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle].&lt;br /&gt;
* Unzip it into  admin/tool/ folder in your Moodle,&lt;br /&gt;
* Rename the new folder &amp;quot;moodle-tool_resetmymoodle-master&amp;quot; to &amp;quot;resetmymoodle&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112755</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112755"/>
		<updated>2014-05-27T06:34:52Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Admin Tool - Reset My Moodle =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.&lt;br /&gt;
It&#039;s useful to developers and main administrators.&lt;br /&gt;
&lt;br /&gt;
== Instalation ==&lt;br /&gt;
&lt;br /&gt;
*Git way&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
To install it using git, type this command in the root of your Moodle install:&lt;br /&gt;
git clone git@github.com:cescobedo/moodle-tool_resetmymoodle.git admin/tool/resetmymoodle&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Download way&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
*Download the zip from &amp;lt;https://github.com/cescobedo/moodle-tool_resetmymoodle/archive/master.zip&amp;gt;&lt;br /&gt;
*Unzip it into  admin/tool/ folder in your Moodle,&lt;br /&gt;
*Rename the new folder &amp;quot;moodle-tool_resetmymoodle-master&amp;quot; to &amp;quot;resetmymoodle&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to report a bug ==&lt;br /&gt;
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].&lt;br /&gt;
&lt;br /&gt;
== New Proposals ==&lt;br /&gt;
*Refactor to 2.7+ to use new reset functions in my/lib.php&lt;br /&gt;
*Use new system Logs.&lt;br /&gt;
*Select specifics users.&lt;br /&gt;
&lt;br /&gt;
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112754</id>
		<title>tool reset mymoodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=tool_reset_mymoodle&amp;diff=112754"/>
		<updated>2014-05-27T06:28:58Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Created page with &amp;quot;{{Infobox plugin |type = Tool |entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle |tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734 |disc...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Tool&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734&lt;br /&gt;
|discussion = N/A&lt;br /&gt;
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]] &lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Sandbox&amp;diff=112753</id>
		<title>Sandbox</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Sandbox&amp;diff=112753"/>
		<updated>2014-05-26T18:33:07Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: Test table edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test page for docs&lt;br /&gt;
&lt;br /&gt;
Testing email notification&lt;br /&gt;
&lt;br /&gt;
-Test-&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Col1&lt;br /&gt;
!Col2&lt;br /&gt;
|-&lt;br /&gt;
|Test1&lt;br /&gt;
|Test2&lt;br /&gt;
|-&lt;br /&gt;
|Test1&lt;br /&gt;
|Test2&lt;br /&gt;
|-&lt;br /&gt;
|Test1&lt;br /&gt;
|Test2&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
</feed>