Welcome to the Hydro Raindrop Joomla plugin repository on GitHub.
The Joomla Hydro Raindrop
plugin provides Hydro Raindrop Multi Factor Authentication to your Joomla site.
Grab the mobile application for your device ethier from Get it on Google Play or iTunes Store
Download from extensions.joomla.org (soon available).
- Clone the repository
git clone https://github.com/DaveM2011/joomla-hydro-raindrop
to anywhere on your computer - Make sure you have installed composer (https://getcomposer.org/)
- Decend into the
plg_twofactorauth_hydroraindrop
directory - Run composer
composer install
- Go back to the
joomla-hydro-raindrop
directory - Right click
CreatePackage.ps1
and clickRun with PowerShell
note7Zip
needs to be installed to use this - Congrats you should have a
pkg_hydroraindrop.zip
file now this is the package you install
- Clone the repository
git clone https://github.com/DaveM2011/joomla-hydro-raindrop
to anywhere on your server - Make sure you have installed composer (https://getcomposer.org/)
cd plg_twofactorauth_hydroraindrop
- Run composer
composer install
- Go back to the main directory
cd ..
- Run
chmod +x createPackage.sh && bash createPackage.sh
u might needsudo
who knows :smile - Congrats you should have a
pkg_hydroraindrop.zip
file now this is the package you install
- Login to your Joomla site admin.
- Go to
Extensions -> Manage -> Install
and drag & drop thepkg_hydroraindrop.zip
package you created earlier. The package shoud install.
If you don't have a Hydrogen Developer Account, go to www.hydrogenplatform.com to register an account.
- Go to
Extensions -> Plugins
search forHydro
you will note there are 2 plugins listed this is because the administration area of joomla requires a seperate plugin to handle the administration if you dont plan on using Hydro's 2FA on your admin you can safely disable this - Select the
Two Factor Authentication - Hydro Raindrop MFA
plugin to edit its configuration - Enter your
Application ID
,Client ID
&Client Secret
change theStatus
toEnabled
and thenSave & Close
- Go to your profile on the frontend site of Joomla find the
Two Factor Authentication
settings and change toHydro Raindrop
, enter your HydroID in theHydro Raindrop MFA
section. - Follow the verification procedure to activate MFA for your account.
- Remember to use the package uninstaller instead of individual subpackage uninstallers to avoid orphan extension entries in the extension manager.
- SSL MUST be enabled for MFA to work.
- PHP 7.0 or higher is required.
https://www.hydrogenplatform.com/developers
https://github.com/DaveM2011/joomla-hydro-raindrop/issues
https://github.com/DaveM2011/joomla-hydro-raindrop/issues
If you want to address an issue/bug, please create an issue first.