<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="sv">
	<id>https://docs.moodle.org/4x/sv/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cescobedo</id>
	<title>MoodleDocs - Användarbidrag [sv]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/4x/sv/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cescobedo"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/Special:Bidrag/Cescobedo"/>
	<updated>2026-04-23T07:48:28Z</updated>
	<subtitle>Användarbidrag</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/4x/sv/index.php?title=Upgrading&amp;diff=140715</id>
		<title>Upgrading</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Upgrading&amp;diff=140715"/>
		<updated>2021-06-23T05:31:25Z</updated>

		<summary type="html">&lt;p&gt;Cescobedo: /* Install the new Moodle software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}	&lt;br /&gt;
&#039;&#039;This page explains in detail how to upgrade Moodle. For a summary of the process, see [[Upgrade overview]].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Check the requirements==&lt;br /&gt;
&lt;br /&gt;
Before upgrading, check that your server meets all requirements for {{Version}} in &#039;&#039;Site administration &amp;gt; Server &amp;gt; [[Environment]]&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
See the [{{Release notes}} release notes] in the dev docs for both [{{Release notes}}#Server_requirements server] and [{{Release notes}}#Client_requirements client] software requirements.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
&lt;br /&gt;
* You can only upgrade to Moodle {{Version}} from Moodle 3.6 or later. If upgrading from earlier versions, you must [https://docs.moodle.org/36/en/Upgrading_to_Moodle_3.6 upgrade to 3.6] as a first step.&lt;br /&gt;
&lt;br /&gt;
==Before upgrading==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Consider setting the [[Upgrade key|upgrade key]] for your site.&lt;br /&gt;
&lt;br /&gt;
== Backup important data ==&lt;br /&gt;
&lt;br /&gt;
There are three areas that should be backed up before any upgrade:&lt;br /&gt;
#Moodle software (For example, everything in server/htdocs/moodle)&lt;br /&gt;
#Moodle uploaded files (For example, server/moodledata)&lt;br /&gt;
#Moodle database (For example, your Postgres or MySQL database dump)&lt;br /&gt;
&lt;br /&gt;
See [[Site backup]] for more specific information.&lt;br /&gt;
&lt;br /&gt;
== Check for plugin updates ==&lt;br /&gt;
&lt;br /&gt;
If you have [[Automatic updates deployment]] enabled, you will be able to update installed plugins automatically during the upgrade. Just make sure you check for available updates (via the button for it) at the Plugins check screen.&lt;br /&gt;
&lt;br /&gt;
If you are updating plugins manually, it is a good moment now to check in the [http://moodle.org/plugins Moodle Plugins directory] whether there is a {{Version}} version available for any plugins (including themes) that you have previously installed on your site. If so, download the plugin package. In the next step, you will copy it to the appropriate location in your Moodle code (see [[Installing plugins]]).&lt;br /&gt;
&lt;br /&gt;
The upgrade of the plugin will then happen as part of the Moodle upgrade process.&lt;br /&gt;
&lt;br /&gt;
If an out-of-date plugin causes your upgrade to fail, you can usually delete the plugin code rather than uninstalling it from within Moodle so that the data associated with it is not deleted.&lt;br /&gt;
&lt;br /&gt;
==Put your site into maintenance mode==&lt;br /&gt;
Before you begin upgrading your site, you should put it into [[Maintenance_mode | maintenance mode]] to stop any non-admin users from logging in. Then you should wait for any currently running cron processes to complete before proceeding.&lt;br /&gt;
&lt;br /&gt;
== Install the new Moodle software ==&lt;br /&gt;
You can fetch the current version of the software at&lt;br /&gt;
&lt;br /&gt;
wget http://sourceforge.net/projects/moodle/files/Moodle/stable311/moodle-latest-311.tgz&lt;br /&gt;
&lt;br /&gt;
=== Standard install package ===&lt;br /&gt;
&lt;br /&gt;
# Move your old Moodle software program files to another location. &#039;&#039;Do NOT copy new files over the old files.&#039;&#039;&lt;br /&gt;
# Unzip or unpack the upgrade file so that all the new Moodle software program files are in the location the old files used to be in on the server. Moodle will adjust SQL and moodledata if it needs to in the upgrade.&lt;br /&gt;
# Copy your old [[Configuration file|config.php file]] back to the new Moodle directory. &lt;br /&gt;
# As mentioned above, if you had installed any plugins on your site you should add them to the new code tree (Moodle directory structure) now. It is important to check that you get the correct version for your new version of Moodle. Be particularly careful that you do not overwrite any code in the new version of Moodle and that you place the plugin folders in the correct directory (the same directory that they are in in the current installation.)&lt;br /&gt;
# Your moodledata folder should be located separately to your Moodle code folder and, as such, should not need anything done to it.  Moodle 3.0 will throw a warning if it is located in a web accessible folder and the moodledata should never be located in the Moodle code folder.  If you are moving your installation to a new server or new location on your server, then you will need to follow the [[Migration]] documents.&lt;br /&gt;
&lt;br /&gt;
====Linux====&lt;br /&gt;
 mv moodle moodle.backup&lt;br /&gt;
 tar xvzf moodle-latest-{{Version}}.tgz&lt;br /&gt;
&lt;br /&gt;
Next, copy across your config.php, any custom plugins, and your .htaccess file if you created one (&#039;&#039;&#039;check that custom plugins are the correct version for your new Moodle first&#039;&#039;&#039;):&lt;br /&gt;
&lt;br /&gt;
 cp moodle.backup/config.php moodle&lt;br /&gt;
 cp -pr moodle.backup/theme/mytheme moodle/theme/mytheme&lt;br /&gt;
 cp -pr moodle.backup/mod/mymod moodle/mod/mymod&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget to make moodle/config.php (and the rest of the source code) readable by your www server. For maximum security the files should not be writeable by your server. This is especially important on a &#039;production&#039; server open to the public internet. &lt;br /&gt;
&lt;br /&gt;
 chown -R root:root moodle (Linux debian - or even create a user especially for moodle. &#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use the web server user, e.g. www-data)&lt;br /&gt;
 chmod -R 755 moodle&lt;br /&gt;
&lt;br /&gt;
If you use cron, take care that cron.php is executeable and uses the correct php command: &lt;br /&gt;
 chmod 740 admin/cli/cron.php (some configurations need chmod 750 or chmod 755)&lt;br /&gt;
 copy the first line from cron.php (if it looks like &#039;#!/usr/local/bin/php&#039; or &#039;#!/usr/local/bin/php5.3&#039;, no need to copy &#039;&amp;lt;?php&#039;) &lt;br /&gt;
if necessary.  However, for a simple upgrade, there should be no need to change anything with cron.&lt;br /&gt;
&lt;br /&gt;
=== Using Git ===&lt;br /&gt;
&lt;br /&gt;
You can use Git for updating or upgrading your Moodle. See [[Git for Administrators]] for details.&lt;br /&gt;
&lt;br /&gt;
===Command line upgrade===&lt;br /&gt;
&lt;br /&gt;
On Linux servers, Moodle {{Version}} supports running the [[CLI|upgrade from the command line]], rather than through a web browser. This is likely to be more reliable, particularly for large sites.&lt;br /&gt;
&lt;br /&gt;
== Finishing the upgrade ==&lt;br /&gt;
&lt;br /&gt;
The last step is to trigger the upgrade processes within Moodle. &lt;br /&gt;
&lt;br /&gt;
If you put your site into Maintenance mode earlier; take it out now!&lt;br /&gt;
&lt;br /&gt;
To do this just go to &#039;&#039;Site administration &amp;gt; Notifications&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Moodle will automatically detect the new version and perform all the SQL database or file system upgrades that are necessary. If there is anything it can&#039;t do itself (very rare) then you will see messages telling you what you need to do.&lt;br /&gt;
&lt;br /&gt;
Assuming all goes well (no error messages) then you can start using your new version of Moodle and enjoy the new features!&lt;br /&gt;
&lt;br /&gt;
Note: If you are running multiple servers then you should purge all caches manually (via &#039;&#039;Site administration &amp;gt; Development &amp;gt; Purge all caches&#039;&#039;) after completing the upgrade on all servers.&lt;br /&gt;
&lt;br /&gt;
===Fatal error: Maximum execution time of 30 seconds exceeded...===&lt;br /&gt;
&lt;br /&gt;
If your server uses a main language other than English, you may encounter a &#039;Fatal error: Maximum execution time of 30 seconds exceeded&#039; when you try to upgrade it. You can increase max_execution_time = 160 on php.ini to allow the scripts enough time to process the language update. Otherwise, you can switch to English as the default language before doing the upgrade and back to your original language after a successful upgrade. See the forum discussion at https://moodle.org/mod/forum/discuss.php?d=119598.&lt;br /&gt;
&lt;br /&gt;
==After upgrading==&lt;br /&gt;
&lt;br /&gt;
==Possible issues that may affect you in Moodle {{Version}}==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add items here...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Activity dates and completion conditions can be shown on the course page===&lt;br /&gt;
&lt;br /&gt;
Activity dates and/or activity completion conditions can be shown below each activity on the course page, with a line after each activity. See [[Using Activity completion]] for details.&lt;br /&gt;
&lt;br /&gt;
You can choose to not show activity dates and completion conditions on the course page by setting &#039;Show activity dates&#039; and &#039;Show activity completion conditions&#039; to No in the course settings. If both are set to No, then the lines after each activity will disappear. &lt;br /&gt;
&lt;br /&gt;
Default values for these settings may be set in Site administration / Courses / Course default settings.&lt;br /&gt;
&lt;br /&gt;
===New user tours===&lt;br /&gt;
&lt;br /&gt;
Moodle 3.11 has four new [[User tours|user tours]], two for teachers and two for students, each consisting of one step, highlighting new features. If desired, they can be disabled in Site administration / Appearance / User tours.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also the list of [https://tracker.moodle.org/issues/?jql=project%20%3D%20MDL%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%203.10%20AND%20labels%20%3D%20upgrade_notes upgrade_notes-labelled issues] and [https://tracker.moodle.org/issues/?jql=project%20%3D%20MDL%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%203.10%20AND%20labels%20%3D%20ui_change ui_change-labelled issues].&lt;br /&gt;
&lt;br /&gt;
===New capabilities in Moodle {{Version}}===&lt;br /&gt;
&lt;br /&gt;
* block/accessreview:addinstance&lt;br /&gt;
* block/accessreview:view&lt;br /&gt;
* mod/quiz:viewoverrides&lt;br /&gt;
* moodle/contentbank:viewunlistedcontent&lt;br /&gt;
* tool/brickfield:viewcoursetools&lt;br /&gt;
* tool/brickfield:viewsystemtools&lt;br /&gt;
&lt;br /&gt;
=== Moodle 3.6, 3.7, 3.8, 3.9 and 3.10 improvements ===&lt;br /&gt;
&lt;br /&gt;
Depending on which version you are upgrading from, please see the section &#039;Possible issues that may affect you&#039; in the documentation&lt;br /&gt;
&lt;br /&gt;
* [https://docs.moodle.org/36/en/Upgrading Upgrading to Moodle 3.6]&lt;br /&gt;
* [https://docs.moodle.org/37/en/Upgrading Upgrading to Moodle 3.7]&lt;br /&gt;
* [https://docs.moodle.org/38/en/Upgrading Upgrading to Moodle 3.8]&lt;br /&gt;
* [https://docs.moodle.org/39/en/Upgrading Upgrading to Moodle 3.9]&lt;br /&gt;
* [https://docs.moodle.org/310/en/Upgrading Upgrading to Moodle 3.10]&lt;br /&gt;
&lt;br /&gt;
==Any questions about the process?==&lt;br /&gt;
&lt;br /&gt;
Please post in the [https://moodle.org/mod/forum/view.php?id=28 Installing and upgrading help forum] on moodle.org.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[dev:Moodle {{Version}} release notes|Moodle {{Version}} release notes]]&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=393570 Problem accessing dropdown such as personal profile since 3.8 (20191118) update] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[es:Actualización de moodle]]&lt;br /&gt;
[[fr:Mise à jour]]&lt;br /&gt;
[[ja:Moodleをアップグレードする]]&lt;br /&gt;
[[de:Aktualisierung von Moodle]]&lt;/div&gt;</summary>
		<author><name>Cescobedo</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/4x/sv/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/4x/sv/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/400/sv/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/4x/sv/index.php?title=auth/dev&amp;diff=123803</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=Fil:auth_dev1.png&amp;diff=123802</id>
		<title>Fil:auth dev1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=Fil:auth_dev1.png&amp;diff=123801</id>
		<title>Fil:auth dev1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=auth/dev&amp;diff=123800</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=auth/dev&amp;diff=123799</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=Fil:auth_dev2.png&amp;diff=123798</id>
		<title>Fil:auth dev2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=Fil:auth_dev1.png&amp;diff=123797</id>
		<title>Fil:auth dev1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=Fil:UpgradeDb4.png&amp;diff=123796</id>
		<title>Fil:UpgradeDb4.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=UpgradeDB&amp;diff=123795</id>
		<title>UpgradeDB</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=Fil:UpgradeDb3.png&amp;diff=123794</id>
		<title>Fil:UpgradeDb3.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=UpgradeDB&amp;diff=123793</id>
		<title>UpgradeDB</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=UpgradeDB&amp;diff=123792</id>
		<title>UpgradeDB</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=auth/dev&amp;diff=114365</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=auth/dev&amp;diff=114364</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=auth/dev&amp;diff=114363</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=auth/dev&amp;diff=114349</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=auth/dev&amp;diff=114348</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=Fil:auth_dev2.png&amp;diff=114347</id>
		<title>Fil:auth dev2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=Fil:auth_dev1.png&amp;diff=114346</id>
		<title>Fil:auth dev1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=auth/dev&amp;diff=114345</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=auth/dev&amp;diff=114344</id>
		<title>auth/dev</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=Fil:UpgradeDb2.png&amp;diff=112774</id>
		<title>Fil:UpgradeDb2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=Fil:UpgradeDb1.png&amp;diff=112773</id>
		<title>Fil:UpgradeDb1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=UpgradeDB&amp;diff=112772</id>
		<title>UpgradeDB</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=Custom_Navigation&amp;diff=112771</id>
		<title>Custom Navigation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/index.php?title=Fil:CustomNavigation2.png&amp;diff=112770</id>
		<title>Fil:CustomNavigation2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=Fil:CustomNavigation1.png&amp;diff=112769</id>
		<title>Fil:CustomNavigation1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=Custom_Navigation&amp;diff=112768</id>
		<title>Custom Navigation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/index.php?title=Fil:ResetMyMoodle2.png&amp;diff=112764</id>
		<title>Fil:ResetMyMoodle2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/index.php?title=Fil:ResetMyMoodle1.png&amp;diff=112763</id>
		<title>Fil:ResetMyMoodle1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/index.php?title=Fil: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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/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/4x/sv/index.php?title=Sandbox&amp;diff=112753</id>
		<title>Sandbox</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/4x/sv/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>