https://github.com/catalyst/moodle-local_login
Login splash page to help point users at correct login process.
https://github.com/catalyst/moodle-local_login
Last synced: about 1 year ago
JSON representation
Login splash page to help point users at correct login process.
- Host: GitHub
- URL: https://github.com/catalyst/moodle-local_login
- Owner: catalyst
- License: other
- Created: 2022-06-27T21:36:39.000Z (almost 4 years ago)
- Default Branch: MOODLE_403_STABLE
- Last Pushed: 2025-03-17T22:41:14.000Z (over 1 year ago)
- Last Synced: 2025-04-05T00:51:10.693Z (about 1 year ago)
- Language: PHP
- Size: 65.4 KB
- Stars: 5
- Watchers: 22
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Login splashpage #
When presenting a login page that contains a form - many users will ignore all links on the page, and just enter their username/password into the form, forgetting they should use a "Login with Microsoft" or "Login via SAML" button on the page.
This plugin provides a custom splash page that only shows the IDP/SSO buttons and (optionally) a link to the manual Moodle login form.
Once installed, set the alternateloginurl setting in moodle to yourmoodleurl/local/login/index.php
## Installing via uploaded ZIP file ##
1. Log in to your Moodle site as an admin and go to _Site administration >
Plugins > Install plugins_.
2. Upload the ZIP file with the plugin code. You should only be prompted to add
extra details if your plugin type is not automatically detected.
3. Check the plugin validation report and finish the installation.
## Installing manually ##
The plugin can be also installed by putting the contents of this directory to
{your/moodle/dirroot}/local/login
Afterwards, log in to your Moodle site as an admin and go to _Site administration >
Notifications_ to complete the installation.
Alternatively, you can run
$ php admin/cli/upgrade.php
to complete the installation from the command line.
## Installation and usage in Totara ##
For Totara the plugin must be installed manually into
{your/totara/dirroot}/server/local/login
Afterwards, run
$ php server/admin/cli/upgrade.php
to complete the installation from the command line.
## License ##
2022 Catalyst IT
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see .