Finalized version 0.1.0 -- SSO for a single discourse server.

This commit is contained in:
2016-10-05 10:19:23 +02:00
parent eb5b75bcc5
commit 310467b07f
2 changed files with 34 additions and 38 deletions

View File

@@ -10,26 +10,20 @@
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Discourse SSO',
'description' => 'This is an SSO Provider for Discourse (see discourse.org) allowing Typo3 to be used to authenticate discourse users. User\'s n
ame, login and email address is passed to discourse, allowing easy setup o fusers.',
'category' => 'plugin',
'author' => 'Dirk Jahnke',
'author_email' => 'dirk.jahnke@mailbox.org',
'state' => 'experimental',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.0.1',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.2.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
);
?>
'title' => 'Discourse SSO',
'description' => 'This is a SSO Provider for Discourse (see discourse.org) allowing Typo3 to be used to authenticate discourse users. User\'s name, login and email address is passed to discourse, allowing easy setup of users.',
'category' => 'plugin',
'author' => 'Dirk Jahnke',
'author_email' => 'dirk.jahnke@mailbox.org',
'state' => 'experimental',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.1.0',
'constraints' => array(
'depends' => array('typo3' => '6.2.0-7.2.99'),
'conflicts' => array(),
'suggests' => array(),
),
);