{"id":24506778,"url":"https://github.com/michael-milette/moodle-local_login","last_synced_at":"2025-04-14T07:10:31.812Z","repository":{"id":72366989,"uuid":"226372423","full_name":"michael-milette/moodle-local_login","owner":"michael-milette","description":"Login to a local Moodle account even when the site is configured to only allow logins using OAuth2 or other authentication. For premium support, contact us at https://www.tngconsulting.ca/contact","archived":false,"fork":false,"pushed_at":"2024-10-04T03:37:19.000Z","size":24,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T20:51:09.632Z","etag":null,"topics":["login","moodle","moodle-local","moodle-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michael-milette.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-06T16:51:51.000Z","updated_at":"2024-12-12T16:59:00.000Z","dependencies_parsed_at":"2024-03-14T13:53:05.394Z","dependency_job_id":"1b180931-c765-477a-97e0-c9cc4b1c873d","html_url":"https://github.com/michael-milette/moodle-local_login","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-milette%2Fmoodle-local_login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-milette%2Fmoodle-local_login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-milette%2Fmoodle-local_login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-milette%2Fmoodle-local_login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michael-milette","download_url":"https://codeload.github.com/michael-milette/moodle-local_login/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837287,"owners_count":21169374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["login","moodle","moodle-local","moodle-plugin"],"created_at":"2025-01-21T23:39:51.111Z","updated_at":"2025-04-14T07:10:31.789Z","avatar_url":"https://github.com/michael-milette.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"pix/logo.png\" align=\"right\" /\u003e\n\nLocal Login plugin for Moodle\n=================================\n![PHP](https://img.shields.io/badge/PHP-v5.6%20to%20v8.3%20-blue.svg)\n![Moodle](https://img.shields.io/badge/Moodle-v3.7%20to%20v4.4.x-orange.svg)\n[![GitHub Issues](https://img.shields.io/github/issues/michael-milette/moodle-local_login.svg)](https://github.com/michael-milette/moodle-local_localissues)\n[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-green.svg)](#contributing)\n[![License](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](#license)\n\n# Table of Contents\n\n- [Local Login plugin for Moodle](#local-login-plugin-for-moodle)\n- [Table of Contents](#table-of-contents)\n- [Basic Overview](#basic-overview)\n- [Requirements](#requirements)\n- [Download Local Login for Moodle](#download-local-login-for-moodle)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Updating](#updating)\n- [Uninstallation](#uninstallation)\n- [Limitations](#limitations)\n- [Language Support](#language-support)\n- [FAQ](#faq)\n    - [Are there any security considerations?](#are-there-any-security-considerations)\n  - [Other questions](#other-questions)\n- [Contributing](#contributing)\n  - [Contributors](#contributors)\n  - [Pending Features](#pending-features)\n- [Motivation for this plugin](#motivation-for-this-plugin)\n- [Further information](#further-information)\n- [License](#license)\n\n# Basic Overview\nThe Local Login module for Moodle allows users, with local login accounts, such as administrators, to be able to login even if the custom login URL is pointing to some other page such as Oauth2 or other identity management system. The local login page only offers the option of logging in using a local Moodle account.\n\nThis is also an example of how to create a custom login page.\n\n[(Back to top)](#table-of-contents)\n\n# Requirements\n\nThis plugin requires Moodle 3.7+ from https://moodle.org\n\n[(Back to top)](#table-of-contents)\n\n# Download Local Login for Moodle\n\nThe most recent STABLE release of Local Login for Moodle is available from:\nhttps://moodle.org/plugins/local_login\n\nThe most development release can be found at:\nhttps://github.com/michael-milette/moodle-local_login\n\n[(Back to top)](#table-of-contents)\n\n# Installation\n\nInstall the plugin, like any other plugin, to the following folder:\n\n    /local/login\n\nSee https://docs.moodle.org/en/Installing_plugins for details on installing Moodle plugins.\n\nThere are no special considerations required for updating the plugin.\n\n[(Back to top)](#table-of-contents)\n\n# Usage\n\nThere are no configurable settings for this plugin at this time.\n\nOnce installed, login to Moodle by using a URL similar to https://example.com/local/login\n\n[(Back to top)](#table-of-contents)\n\n# Updating\n\nThere are no special considerations required for updating the plugin.\n\nThe first public ALPHA version was released on 2019-12-06.\n\nFor more information on releases since then, see [CHANGELOG.md](https://github.com/michael-milette/moodle-local_login/blob/master/CHANGELOG.md).\n\n[(Back to top)](#table-of-contents)\n\n# Uninstallation\n\nUninstalling the plugin by going into the following:\n\nHome \u003e Administration \u003e Site Administration \u003e Plugins \u003e Manage plugins \u003e Login\n\n...and click Uninstall. You may also need to manually delete the following folder:\n\n    /local/login\n\n[(Back to top)](#table-of-contents)\n\n# Limitations\n\nIf you fail to login, you will be taken to the site's normal login page.\n\n[(Back to top)](#table-of-contents)\n\n# Language Support\n\nThis plugin uses language strings from the Moodle language packs.\n\nIf you need a different language that is not yet supported, please feel free\nto contribute using the Moodle AMOS Translation Toolkit for Moodle at\nhttps://lang.moodle.org/\n\nThis plugin has not been tested for right-to-left (RTL) language support.\nIf you want to use this plugin with a RTL language and it doesn't work as-is,\nfeel free to prepare a pull request and submit it to the project page at:\n\nhttps://github.com/michael-milette/moodle-local_login\n\n[(Back to top)](#table-of-contents)\n\n# FAQ\n\n### Are there any security considerations?\n\nThere are no special security considerations for this plugin.\n\n## Other questions\n\nGot a burning question that is not covered here? If you still can't find your answer, submit your question in the Moodle forums or open a new issue on Github at:\n\nhttps://github.com/michael-milette/moodle-local_login/issues\n\n[(Back to top)](#table-of-contents)\n\n# Contributing\n\nIf you are interested in helping, please take a look at our [contributing](https://github.com/michael-milette/moodle-local_login/blob/master/CONTRIBUTING.md) guidelines for details on our code of conduct and the process for submitting pull requests to us.\n\n## Contributors\n\nMichael Milette - Author and Lead Developer\n\n## Pending Features\n\nLet us know if you have any suggestions.\n\n[(Back to top)](#table-of-contents)\n\n# Motivation for this plugin\n\nThe development of this plugin was motivated through our own experience in Moodle development and comments in the Moodle support forums. It is supported by TNG Consulting Inc.\n\n[(Back to top)](#table-of-contents)\n\n# Further information\n\nFor further information regarding the local_login plugin, support or to report a bug, please visit the project page at:\n\nhttps://github.com/michael-milette/moodle-local_login\n\n[(Back to top)](#table-of-contents)\n\n# License\n\nCopyright © 2019-2024 TNG Consulting Inc. - https://www.tngconsulting.ca/\n\nThis file is part of Local Login for Moodle - https://moodle.org/\n\nLocal Login is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nLocal Login is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with Local Login.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n[(Back to top)](#table-of-contents)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-milette%2Fmoodle-local_login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael-milette%2Fmoodle-local_login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-milette%2Fmoodle-local_login/lists"}