Correct stupid spelling errors
This commit is contained in:
parent
014d6b1d19
commit
b43866d9aa
|
@ -107,7 +107,7 @@ abstract class AuthenticationPlugin extends Plugin
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
function StartCheckPassword($nickname, $password, &$authenticatedUser){
|
function onStartCheckPassword($nickname, $password, &$authenticatedUser){
|
||||||
if($this->password_changeable){
|
if($this->password_changeable){
|
||||||
$authenticated = $this->checkPassword($nickname, $password);
|
$authenticated = $this->checkPassword($nickname, $password);
|
||||||
if($authenticated){
|
if($authenticated){
|
||||||
|
|
|
@ -34,7 +34,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||||
require_once INSTALLDIR.'/plugins/Authentication/AuthenticationPlugin.php';
|
require_once INSTALLDIR.'/plugins/Authentication/AuthenticationPlugin.php';
|
||||||
require_once 'Net/LDAP2.php';
|
require_once 'Net/LDAP2.php';
|
||||||
|
|
||||||
class LdapAuthenticatonPlugin extends AuthenticationPlugin
|
class LdapAuthenticationPlugin extends AuthenticationPlugin
|
||||||
{
|
{
|
||||||
public $host=null;
|
public $host=null;
|
||||||
public $port=null;
|
public $port=null;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user