tool reset mymoodle: Difference between revisions

From MoodleDocs
(Created page with "{{Infobox plugin |type = Tool |entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle |tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734 |disc...")
 
No edit summary
Line 7: Line 7:
|float = right
|float = right
}}
}}
= 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
<pre>
To install it using git, type this command in the root of your Moodle install:
git clone git@github.com:cescobedo/moodle-tool_resetmymoodle.git admin/tool/resetmymoodle
</pre>
*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>
== How to report a bug ==
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 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 [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].

Revision as of 06:34, 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
To install it using git, type this command in the root of your Moodle install:
git clone git@github.com:cescobedo/moodle-tool_resetmymoodle.git admin/tool/resetmymoodle


  • Download way
*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"

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.