Correction of headings

This commit is contained in:
Valentin Popov 2017-10-17 15:07:07 +04:00
parent b1b2c68f93
commit b7f6d20259

View File

@ -7,9 +7,7 @@
Authorization plugin for Moodle. Authorization plugin for Moodle.
Adds the ability to authorize a user by a direct link. Adds the ability to authorize a user by a direct link.
<a name="installation"> ## Installation
<h2>Installation</h2>
</a>
Get the installation package in any of the available methods: Get the installation package in any of the available methods:
@ -18,9 +16,7 @@ Get the installation package in any of the available methods:
In Moodle in the administration panel go to the "Plugins" section and make a standard installation of the plug-in. In Moodle in the administration panel go to the "Plugins" section and make a standard installation of the plug-in.
<a name="using"> ## Using
<h2>Using</h2>
</a>
Pass the variables `username` and `password` in any standard way. Pass the variables `username` and `password` in any standard way.
Variables are read from a file `$ _REQUEST`, which guarantees GET and POST requests performance, as well as support for the cookie. Variables are read from a file `$ _REQUEST`, which guarantees GET and POST requests performance, as well as support for the cookie.
@ -30,9 +26,7 @@ Example of a link that authorizes a user on the course:
https://yourwebserver.org/course/view.php?id=2&username=guest&password=qwerty https://yourwebserver.org/course/view.php?id=2&username=guest&password=qwerty
``` ```
<a name="build"> ## Build
<h2>Build</h2>
</a>
Self-assembly package is as follows: Self-assembly package is as follows:
@ -47,9 +41,7 @@ cd ./auth-link
/bin/sh build.sh /bin/sh build.sh
``` ```
<a name="license"> ## License
<h2>License</h2>
</a>
<img height="256px" alt="GNU Banner" src="https://www.gnu.org/graphics/runfreegnu.png" /> <img height="256px" alt="GNU Banner" src="https://www.gnu.org/graphics/runfreegnu.png" />