Difference between revisions of "Authentication plugins"
From LimeSurvey Manual
Line 1: | Line 1: | ||
An authentication plugin has some additional requirements over a regular plugin. Here we list the requirements. | An authentication plugin has some additional requirements over a regular plugin. Here we list the requirements. | ||
+ | |||
+ | To make creating your own authentication plugin easier, you should extend the abstract [https://github.com/LimeSurvey/LimeSurvey/blob/2.05/application/libraries/PluginManager/AuthPluginBase.php|AuthPluginBase] class. | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 15:50, 11 June 2013
An authentication plugin has some additional requirements over a regular plugin. Here we list the requirements.
To make creating your own authentication plugin easier, you should extend the abstract [1] class.