-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
executable file
·64 lines (64 loc) · 4.11 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE contaopackage>
<extension name="discourse" date="20170127">
<author user="FloB" name="Florian Bender" />
<copyright>&copy; 2015 Florian Bender <fb+git@quantumedia.de></copyright>
<license>AGPLv3</license>
<classification type="free" category="application" />
<release version="10000009" build="2" date="20170127" />
<contao minversion="20090009" maxversion="20110179" />
<language code="en">
<translator user="FloB" name="Florian Bender" />
<searchtags>Discourse,SSO,forum,connector,bridge,login,single,sign-on,sign-in</searchtags>
<title>Discourse Forum Connector</title>
<teaser>Managing Discourse users via Contao</teaser>
<description>
<p>
This extension provides a way to let the Discourse forum software (<http://www.discourse.org/>)
be aware of Contao users. At the moment, this is limited to Single Sign-On of Contao users into
Discourse, i.e. when logging into Discourse, the user is redirected to a Contao page with the
module included in this extension and authenticated against the Contao user database, then
redirected back to the Discourse forum where the login request is validated.
</p>
<p>
To get this to work, you need to fill out the SSO settings in the Discourse settings as well as
the respective fields in the Contao settings! To limit Discourse login privileges, you need to
limit the visibility/access privileges of the FE module to specific Contao user groups.
</p>
<p>
This Version is only for Contao 2.9.x and higher, and may not work in Contao v3. Help with
porting this extension is greatly appreciated at <https://github.com/fbender/contao-discourse>!
</p>
</description>
<releasenotes>Initial release with basic SSO functionality only.</releasenotes>
<manual link="https://github.com/fbender/contao-discourse/wiki" />
<forum link="https://community.contao.org/de/showthread.php?50849-Integration-f%C3%BCr-Discourse-(Forum-amp-Mailing-List)" />
</language>
<language code="de">
<translator user="FloB" name="Florian Bender" />
<searchtags>Discourse,SSO,Forum,Connector,Anbindung,Bridge,Login,single,sign-on,sign-in</searchtags>
<title>Discourse-Forum Anbindung</title>
<teaser>Discourse-Nutzer über Contao verwalten</teaser>
<description>
<p>
This extension provides a way to let the Discourse forum software (<http://www.discourse.org/>)
be aware of Contao users. At the moment, this is limited to Single Sign-On of Contao users into
Discourse, i.e. when logging into Discourse, the user is redirected to a Contao page with the
module included in this extension and authenticated against the Contao user database, then
redirected back to the Discourse forum where the login request is validated.
</p>
<p>
To get this to work, you need to fill out the SSO settings in the Discourse settings as well as
the respective fields in the Contao settings! To limit Discourse login privileges, you need to
limit the visibility/access privileges of the FE module to specific Contao user groups.
</p>
<p>
This Version is only for Contao 2.9.x and higher, and may not work in Contao v3. Help with
porting this extension is greatly appreciated at <https://github.com/fbender/contao-discourse>!
</p>
</description>
<releasenotes>Initial release with basic SSO functionality only.</releasenotes>
<manual link="https://github.com/fbender/contao-discourse/wiki" />
<forum link="https://community.contao.org/de/showthread.php?50849-Integration-f%C3%BCr-Discourse-(Forum-amp-Mailing-List)" />
</language>
</extension>