Reworked the description file.
This commit is contained in:
parent
f51d0038ce
commit
a47e498bd5
14
README.md
14
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user