elefant/app-loginradius

LoginRadius app for the Elefant CMS

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:elefant-app

1.0 2012-05-11 13:44 UTC

This package is auto-updated.

Last update: 2024-04-25 06:14:47 UTC


README

This is a social login app for the Elefant CMS that uses the LoginRadius service to provide automatic support for over two dozen popular ID providers.

To install:

1. Download and unzip the app into your apps folder. 2. Edit the apps/loginradius/conf/config.php and add your LoginRadius API credentials. 3. To see that it's working, go to /loginradius on your site.

Embedding into a page

1. Add or edit a page on your site 2. In the WYSIWYG editor, click the Dynamic Objects button 3. Choose "LoginRadius: Login" from the list 4. Save the page

The login link should now be working on that page.

Embedding into your layout

Add the following code to the <body> of your layout:

{! loginradius/index?text=Sign in with LoginRadius !}

The login link should now be working in your template.

Note: If you are already logged in, it will simply output nothing.