aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-08-14 13:26:10 +0300
committerValentin Popov <info@valentineus.link>2017-08-14 13:26:10 +0300
commitd4cd72e032ff3897640c2bdc508a7f802852164f (patch)
tree8508171814bd02f9d99b508c7714c34f7033796c /README.md
downloadauth_http-d4cd72e032ff3897640c2bdc508a7f802852164f.tar.xz
auth_http-d4cd72e032ff3897640c2bdc508a7f802852164f.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cbff882
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# HTTP Basic Authentication
+Adds Basic Authentication Moodle.
+The plugin is designed to work in the environment of Moodle 3.2+.
+
+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.
+
+## License
+[MIT](LICENSE.md).
+Copyright (c)
+[Valentin Popov](mailto:info@valentineus.link). \ No newline at end of file