This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
plugin:cosign [2015/06/20 07:54] bradallenfisher |
plugin:cosign [2020/09/22 10:29] (current) marianaphplist Fixed typos |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Cosign ====== | ||
+ | |||
+ | ---- plugin ---- | ||
+ | description: This cosign allows you to log in to and out of phpList using cosign as a single sign on system | ||
+ | author : bradallenfisher | ||
+ | email : bradallenfisher@gmail.com | ||
+ | type : | ||
+ | lastupdate : 2015/06/20 08:35 | ||
+ | compatible : 3.x | ||
+ | depends : | ||
+ | conflicts : | ||
+ | similar : | ||
+ | tags : | ||
+ | |||
+ | downloadurl: http://github.com/bradallenfisher/phplist-plugin-cosign/archive/master.zip | ||
+ | bugtracker : http://github.com/bradallenfisher/phplist-plugin-cosign/issues | ||
+ | sourcerepo : http://github.com/bradallenfisher/phplist-plugin-cosign/ | ||
+ | donationurl: | ||
+ | ---- | ||
+ | |||
+ | ===== Purpose ===== | ||
+ | |||
+ | This is a more secure way to log in to phpList. It also eliminates the need for administrators to keep separate login information in the phpList system. | ||
+ | |||
+ | ===== Installation ===== | ||
+ | |||
+ | Place CosignPlugin.php in your plugins directory. | ||
+ | This directory may be different for different installs. | ||
+ | By default, the directory will be [site-root]/lists/admin/plugins | ||
+ | |||
+ | |||
+ | :!: **External requirements:** This plugin requires the following additional components that must be installed separately: | ||
+ | * The cosign apache module | ||
+ | * An SSL certificate | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Configuration ===== | ||
+ | |||
+ | Navigate to the phpList settings page and fill in your logout URL. It is under the cosign section. | ||
+ | |||
+ | |||