| Authenticator basic implementation.
It accepts the four following parameters in toolbox.xml :
method (inherited from BaseAuthenticator ) the encryption method to use (default to none,
an example client-side javascript encryption is provided for the method HmacMD5).
user-by-login name of the Velosurf root attribute that returns a user given its login.
login-parameter name of the external parameter 'login' in the previous attribute.
password-field name of the password field.
author: Claude Brisson |