Correcting line breaks
This commit is contained in:
parent
c073716c00
commit
b1b2c68f93
@ -10,6 +10,7 @@ Adds the ability to authorize a user by a direct link.
|
|||||||
<a name="installation">
|
<a name="installation">
|
||||||
<h2>Installation</h2>
|
<h2>Installation</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Get the installation package in any of the available methods:
|
Get the installation package in any of the available methods:
|
||||||
|
|
||||||
* [GitHub Releases](https://github.com/valentineus/auth-link/releases).
|
* [GitHub Releases](https://github.com/valentineus/auth-link/releases).
|
||||||
@ -20,6 +21,7 @@ In Moodle in the administration panel go to the "Plugins" section and make a sta
|
|||||||
<a name="using">
|
<a name="using">
|
||||||
<h2>Using</h2>
|
<h2>Using</h2>
|
||||||
</a>
|
</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.
|
||||||
|
|
||||||
@ -31,6 +33,7 @@ https://yourwebserver.org/course/view.php?id=2&username=guest&password=qwerty
|
|||||||
<a name="build">
|
<a name="build">
|
||||||
<h2>Build</h2>
|
<h2>Build</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Self-assembly package is as follows:
|
Self-assembly package is as follows:
|
||||||
|
|
||||||
* Clone the repository:
|
* Clone the repository:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user