Easy Login and Register with OpenID (FE)
Copyright © by Markus Kappe <markus.kappe@dix.at>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: Easy Login
- 1.1. Introduction
- 1.2. Users manual
- 1.3. Installation
- Read online
- plugin.tx_dixeasylogin_pi1 {
- # if jQuery, jQueryUI and the lightness theme should be included by default.
- # if turned off, you have to take care for yourself that the libraries
- # are loaded (smart if other extensions also include jQuery)
- include_jQuery = 1
- Read online
- # if the user should be created when not already found in the database
- allowCreate = 1
- Read online
- # where the fe_users records should be stored when created
- user_pid = 6
- Read online
- # when a user is created, he will get this usergroup(s)
- usergroup = 1
- Read online
- # page where the "easylogin" plugin is located
- # used for the xrds definition
- pid_loginPage = 21
- Read online
- # uid of the common login
- uid_felogin = 10
- Read online
- # register a facebook app to get these two values
- facebook_appID = YOUR-APP-ID
- facebook_appSecret = YOUR-APP-SECRET
- Read online
- # register a twitter app to get these two values
- twitter_consumerKey = YOUR-CONSUMER-KEY
- twitter_consumerSecret = YOUR-CONSUMER-SECRET
- Read online
- # enable or disable login methods
- disable.felogin = 0
- disable.google = 0
- disable.yahoo = 0
- disable.myopenid = 0
- disable.wordpress = 0
- disable.facebook = 0
- disable.twitter = 0
- }
- Read online
- 1.4. Configuration
- 1.5. Known problems
- 1.6. To-Do list
- 1.7. ChangeLog
This document is related to version 0.2.4 of the extension dix_easylogin.