tool reset mymoodle: Difference between revisions

From MoodleDocs
No edit summary
(Undo revision 112766 by Cescobedo (talk))
 
(7 intermediate revisions by the same user not shown)
Line 7: Line 7:
|float = right
|float = right
}}
}}
= Admin Tool - Reset My Moodle =


== Information ==
== Information ==
Line 17: Line 14:


== Instalation ==
== Instalation ==
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].
# Unzip it into  admin/tool/ folder in your Moodle.
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle
== Screenshots ==
[[File:ResetMyMoodle1.png]]


*Git way
[[File:ResetMyMoodle2.png]]
<pre>
* Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle].
* Unzip it into  admin/tool/ folder in your Moodle.
* Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle
</pre>


== How to report a bug ==
== How to report a bug ==

Latest revision as of 07:00, 27 May 2014

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

  1. Get last version of plugin in plugin entry.
  2. Unzip it into admin/tool/ folder in your Moodle.
  3. Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle

Screenshots

ResetMyMoodle1.png

ResetMyMoodle2.png

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.