Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: tool reset mymoodle.

tool reset mymoodle: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 20: Line 20:
*Git way
*Git way
<pre>
<pre>
To install it using git, type this command in the root of your Moodle install:
* Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle].
git clone git@github.com:cescobedo/moodle-tool_resetmymoodle.git admin/tool/resetmymoodle
* Unzip it into  admin/tool/ folder in your Moodle,
</pre>
* Rename the new folder "moodle-tool_resetmymoodle-master" to "resetmymoodle"
 
 
*Download way
<pre>
*Download the zip from <https://github.com/cescobedo/moodle-tool_resetmymoodle/archive/master.zip>
*Unzip it into  admin/tool/ folder in your Moodle,
*Rename the new folder "moodle-tool_resetmymoodle-master" to "resetmymoodle"
</pre>
</pre>



Revision as of 06:36, 27 May 2014

Admin Tool - Reset My Moodle

Information

This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin. It's useful to developers and main administrators.

Instalation

  • Git way
* Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle].
* Unzip it into  admin/tool/ folder in your Moodle,
* Rename the new folder "moodle-tool_resetmymoodle-master" to "resetmymoodle"

How to report a bug

Please, use tracker in Tool Reset MyMoodle.

New Proposals

  • Refactor to 2.7+ to use new reset functions in my/lib.php
  • Use new system Logs.
  • Select specifics users.

Please for suggestion, use comments in plugin entry.