aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-17 13:30:56 +0300
committerValentin Popov <info@valentineus.link>2017-10-17 13:34:33 +0300
commitb1b2c68f93b0baf559c92536ed04c8b9951dd904 (patch)
tree1387ce6b328d0e0d07f85d758d57fdb1420e9bce
parentc073716c004a9a198fb699e8bbe28c00e44281d1 (diff)
downloadauth_link-b1b2c68f93b0baf559c92536ed04c8b9951dd904.tar.xz
auth_link-b1b2c68f93b0baf559c92536ed04c8b9951dd904.zip
Correcting line breaks
-rw-r--r--README.md3
-rw-r--r--auth.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e8513d..5cef00c 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Adds the ability to authorize a user by a direct link.
<a name="installation">
<h2>Installation</h2>
</a>
+
Get the installation package in any of the available methods:
* [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">
<h2>Using</h2>
</a>
+
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.
@@ -31,6 +33,7 @@ https://yourwebserver.org/course/view.php?id=2&username=guest&password=qwerty
<a name="build">
<h2>Build</h2>
</a>
+
Self-assembly package is as follows:
* Clone the repository:
diff --git a/auth.php b/auth.php
index a8d4442..aa69815 100644
--- a/auth.php
+++ b/auth.php
@@ -162,4 +162,4 @@ class auth_plugin_link extends auth_plugin_base {
redirect($redirect);
}
-} \ No newline at end of file
+}