aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-08-14 17:51:36 +0300
committerValentin Popov <info@valentineus.link>2017-08-14 17:51:36 +0300
commita47e498bd5b3626efea7c3d059aed3021065f362 (patch)
tree45db7a5b9689cabf85d498cdd48f0f0ba14c7fa4 /README.md
parentf51d0038ce5a075d2f170c7d52a3fed6af738871 (diff)
downloadauth_http-a47e498bd5b3626efea7c3d059aed3021065f362.tar.xz
auth_http-a47e498bd5b3626efea7c3d059aed3021065f362.zip
Reworked the description file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0003dc..60b4d02 100644
--- a/README.md
+++ b/README.md
@@ -3,18 +3,28 @@
Adds Basic Authentication Moodle.
-The plugin is designed to work in the environment of Moodle 3.2+.
+## Description
+Features:
+ * Support for Moodle 3.2+ platforms;
+ * Minimalistic package adds one function;
+ * Authorization of users on direct links: `https://username:password@moodle/course/view.php?id=123`;
+### Please note when installing
It is worthwhile to understand the motives and reasons before installing the plug-in, because:
* You can not login to the authorization page.
Consequently, the ability to register and restore the password for users will be lost.
* HTTP Basic Authentication is the least secure authorization system, because authorization keys are transmitted in clear text.
Use a secure HTTPS protocol to protect user information.
+## Installation
+Download the installation file can be on the following links:
+ * [Moodle Repositories](https://moodle.org/plugins/auth_http);
+ * [GitHub](https://github.com/valentineus/auth-http/releases);
+
## Build
The script `build.sh` collects the final package for installation in Moodle.
```bash
-/bin/sh ./build.sh
+/bin/sh build.sh
```
## License