Skip to content

valentineus/auth-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Basic Authentication

Build Status

Adds Basic Authentication Moodle.

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:

Build

The script build.sh collects the final package for installation in Moodle.

/bin/sh build.sh

License

MIT. Copyright (c) Valentin Popov.