= Script authentication for AccountManagerPlugin = == Description == Similar to normal HTTP Authentication, this plugin uses explicit URL parameters for transferring the username and passwort to a web script that implements the check and returns the authentication result in the HTTP response code. When possible, the users email address is transferred and set as well. == Bugs/Feature Requests == Existing bugs and feature requests for ScriptAuthPlugin are [report:9?COMPONENT=ScriptAuthPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ScriptAuthPlugin&owner=Carsten new ticket]. == Download == Download the zipped source from [download:scriptauthplugin here]. == Source == You can check out ScriptAuthPlugin from [http://trac-hacks.org/svn/scriptauthplugin here] using Subversion, or [source:scriptauthplugin browse the source] with Trac. == Example == This plugin issues a HTTP GET request of the form http://www.example.org/my_auth.php?u=username&p=password and evaluates the HTTP response code to learn whether the password was valid. == Recent Changes == [[ChangeLog(scriptauthplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:Carsten] [[BR]] '''Maintainer:''' [wiki:Carsten] [[BR]] '''Contributors:'''