Skip to content

antoniodiazplaza/latch-plugin-joomla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#LATCH INSTALLATION GUIDE FOR JOOMLA

##PREREQUISITES

  • Joomla version 2.5 or later.

  • Curl extensions active in PHP (uncomment "extension=php_curl.dll" or"** extension=curl.so"** in Windows or Linux php.ini respectively).

  • To get the "Application ID" and "Secret", (fundamental values for integrating Latch in any application), it’s necessary to register a developer account in Latch's website. On the upper right side, click on "Developer area".

##DOWNLOADING THE JOOMLA PLUGIN

  • When the account is activated, the user will be able to create applications with Latch and access to developer documentation, including existing SDKs and plugins. The user has to access again to Developer area, and browse his applications from "My applications" section in the side menu.

  • When creating an application, two fundamental fields are shown: "Application ID" and "Secret", keep these for later use. There are some additional parameters to be chosen, as the application icon (that will be shown in Latch) and whether the application will support OTP (One Time Password) or not.

  • From the side menu in developers area, the user can access the "Documentation & SDKs" section. Inside it, there is a "SDKs and Plugins" menu. Links to different SDKs in different programming languages and plugins developed so far, are shown.

##INSTALLING THE MODULE IN JOOMLA

  • Add the plugin as a module in its administration panel in Joomla. Click on "Extensions Manager", inside "Extensions". It will show a form where you can browse and select previously downloaded ZIP file. Press "Upload & Install" to install it.

  • Introduce "Application ID" and "Secret" previously generated. The administrator can now save the changes clicking on "Save" or "Save & Close". If everything is ok, a confirmation message will be received.

  • Click on "Module Manager: Modules", on the left side of the administrator's panel. To change the position it is necessary to edit the module, clicking on it. A new window will be opened and the location may be set. It will depend on the theme used in Joomla.

##UNINSTALLING THE MODULE IN JOOMLA Go to "Extensions Manager", inside "Extensions". Press "Manage" on the left side menu. Between installed modules, search for "Latch Package". Click on the checkbox and press "Uninstall" on the upper side. A confirmation message will appear.

##USE OF LATCH MODULE FOR THE USERS Latch does not affect in any case or in any way the usual operations with an account. It just allows or denies actions over it, acting as an independent extra layer of security that, once removed or without effect, will have no effect over the accounts, that will remain with its original state.

###Pairing a user in Joomla The user needs the Latch application installed on the phone, and follow these steps:

  • Step 1: Logged in your own account, and click on the new button "Pair Account".

  • Step 2: From the Latch app on the phone, the user has to generate the token, pressing on “Add a new service" at the bottom of the application, and pressing "Generate new code" will take the user to a new screen where the pairing code will be displayed.

  • Step 3: The user has to type the characters generated on the phone into the text box displayed on the web page. Click on "Submit" button.

  • Step 4: Now the user may lock and unlock the account, preventing any unauthorized access.

###Unpairing a user in Joomla

  • From your Joomla account tap the “Unpair account” button. You will receive a notification indicating that the service has been unpaired.

##RESOURCES

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.2%
  • CSS 1.8%