Skip to content

mzagmajster/mautic-googleauthenticator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mautic Google Authenticator

A Mautic plugin for two-step verification login with Google Authenticator.

Prerequisites

  • Mautic 5.0+
  • Project was tested on Mautic 5.0.2

Installing

Clone repo.

$ git clone <repo-url>

For development symlink the plugin, to plugins directory.

cd <mautic-root>/plugins
ln -s <repo-root-folder>HostnetAuthBundle .

Clear the cache & reload

cd <mautic-root>
rm -rf var/cache/dev/* var/cache/prod/*
php bin/console mautic:plugins:reload --env=dev

Coding style & Syntax Check

Use Mautic core style fixer/checker (composer fixcs) .

Deployment

Download this project as a zip file and extract the content from the zip file.

Copy the HostnetAuthBundle folder to the plugins folder of your Mautic installation.

Clear the cache running this command from the Mautic main folder:

$ rm -rf var/cache/prod/*

Reload the plugins:

$ php bi/console mautic:plugins:reload --env=prod

( Alternatively you can access the plugins page in the Mautic panel and click on Install/Update Plugins.)

Activation and Usage

Once the plugin is installed you will need to activate it. Select the Google Authenticator on the plugins page and turn the Published option to Yes.

To use this integration you need to install the Google Authenticator app on your phone and scan the QR Code that appears on the plugin settings page.

Once you've done that, when you log into your Mautic you'll be requested to enter a token that you can get on your app.

In the options you can set how many days you wish to not enter the code again when you set a browser as trusted.

Changelog

[todo]

Built With

  • Mautic - Marketing Automation Tool
  • Composer - Dependency Management

Contributing

Any contributions are welcome.

Versioning

[todo]

Authors

Este plugin é mantido pela empresa Hostnet Hospedagem de Sites, esperamos que seja útil para você.

A Hostnet oferece diversas soluções mais aprimoradas para a utilização do Mautic, seja no modo "faça você mesmo", ou com todo o ambiente gerenciado por nós.

Saiba mais nos links:
https://www.hostnet.com.br/hospedagem-de-sites/
https://www.hostnet.com.br/mautic-automacao-marketing/


This plugin is developed by Hostnet Web Hosting, we hope it will be useful for you.

Hostnet offers many and more enhanced solutions for using Mautic, both in "do it yourself" mode or with the whole environment managed by us.

Learn more at:
https://www.hostnet.com.br/hospedagem-de-sites/
https://www.hostnet.com.br/mautic-automacao-marketing/

About

A Mautic plugin for two-step verification login with Google Authenticator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.5%
  • Twig 4.5%