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 | + | 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:51, 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 AuthPluginBase class.