From b1b2c68f93b0baf559c92536ed04c8b9951dd904 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 17 Oct 2017 14:30:56 +0400 Subject: Correcting line breaks --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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.

Installation

+ 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

Using

+ 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

Build

+ Self-assembly package is as follows: * Clone the repository: -- cgit v1.2.3