You need to configure some TypoScript and you can modify a html template. An example template is stored in the res folder of this extension.
This Extension comes with some Static TypoScript:
plugin.tx_nawopenid_pi1 {
template = EXT:naw_openid/res/template.html
openid_required = email,fullname
openid_optional = nickname,gender,postcode
# dob,country,language,timezone
updateFieldsFromOpenID = 1
forceUpdateFieldsFromOpenID = 0
allowRegisterNewUser = 1
defaultUsergroupNewUser =
fe_user_pid =
fe_user_pid_create = 59
responsePageUIDfromOpenIDServer = self
}
Property: | Data type: | Description: | Default: |
|---|---|---|---|
template | string | File name of the HTML template | EXT:naw_openid/res/template.html |
openid_required | string | A colon seperated string with fields from the sreg definition of the openid server that are required | email,fullname |
openid_optional | string | A colon seperated string with fields from the sreg definition of the openid server that are optional | nickname,gender,postcode |
updateFieldsFromOpenID | boolean | If this isset TYPO3 will try to Update the userdata, if some data from the server is submitted | 1 |
forceUpdateFieldsFromOpenID | boolean | If this Option is set TYPO3 will update (overwrite) the userdata with that data that comes from the OpenID server | 0 |
allowRegisterNewUser | boolean | If set, an authed user fron the OpenID server can generate a new fe_user in the TYPO3. | 1 |
defaultUsergroupNewUser | int | The id of the usergroup that the new user sould become by default | |
fe_user_pid | String | Colon seperated list of the sysfolders where fe_users are stored that sould combine the TYPO3 login with an OpenID login | |
fe_user_pid_create | Int | The sysfolder where new useres from the OpenID Plugin are generated | |
responsePageUIDfromOpenIDServer | String | 'self' if the response URL is the same than the login form for openid. You can define an PageID here where the openid Plugin should work with the given data from the OpenID Server (usefull if you have the normal loginbox and the OpenID loginbox on one Page and you will only have one on the page if you logged in at the OpenID Server) | 'self' |