Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MatthewC/yourls-2fa-support
https://github.com/MatthewC/yourls-2fa-support
plugin yourls yourls-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/MatthewC/yourls-2fa-support
- Owner: MatthewC
- License: mit
- Created: 2022-07-24T02:02:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T18:19:50.000Z (over 2 years ago)
- Last Synced: 2024-08-02T06:13:36.127Z (5 months ago)
- Topics: plugin, yourls, yourls-plugin
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - 2fa Support - Adds 2FA support to YOURLS. (Plugins / 0-9)
README
# 2FA Support
:rocket: Title says it all! This plugin adds 2FA support to YOURLS!Requires [YOURLS](https://yourls.org) `>=1.7.3` and above.
## Usage
![Screenshot 1](https://user-images.githubusercontent.com/16270955/180672030-5d9fc39e-2927-4b31-bde3-b738530f69f5.png)
![Screenshot 2](https://user-images.githubusercontent.com/16270955/180672042-97aecb66-d5c7-46bc-b5c3-12e2620d0fdf.png)## Installation
1. In `/user/plugins`, create a new folder named `matthew_2fa_support`.
1. Alternatively clone this repostiory in `/user/plugins` and skip steps 1-3
2. Drop all files into that folder.
3. Create another folder named `PHPGangsta` inside `matthew_2fa_support`, and drop `GoogleAuthenticator.php` into that folder.
4. Go to the Plugins administration page (eg. `http://sho.rt/admin/plugins.php`) and activate the plugin.
5. Once active, head over to the "2FA Setup" section (eg. `http://sho.rt/admin/plugins.php?page=matthew_2fa_support`)
6. Hit `Activate?` and follow the instructions.https://user-images.githubusercontent.com/16270955/180631967-bc8fd27f-4d33-4f81-9f25-85abb9f7ff93.mp4
## License
This plugin is licensed under the [MIT License](LICENSE).