mirror of
https://github.com/friendica/friendica
synced 2025-04-30 07:44:22 +02:00
spelling: authentication
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9c86578755
commit
4fc503d352
5 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ use Friendica\Network\HTTPException\UnauthorizedException;
|
|||
use Friendica\Util\DateTimeFormat;
|
||||
|
||||
/**
|
||||
* Authentification via the basic auth method
|
||||
* Authentication via the basic auth method
|
||||
*/
|
||||
class BasicAuth
|
||||
{
|
||||
|
|
|
@ -303,7 +303,7 @@ class ExAuth
|
|||
|
||||
// If the hostnames doesn't match or there is some failure, we try to check remotely
|
||||
if ($Error && !$this->checkCredentials($aCommand[2], $aCommand[1], $aCommand[3], true)) {
|
||||
$this->writeLog(LOG_WARNING, 'authentification failed for user ' . $sUser . '@' . $aCommand[2]);
|
||||
$this->writeLog(LOG_WARNING, 'authentication failed for user ' . $sUser . '@' . $aCommand[2]);
|
||||
fwrite(STDOUT, pack('nn', 2, 0));
|
||||
} else {
|
||||
$this->writeLog(LOG_NOTICE, 'authenticated user ' . $sUser . '@' . $aCommand[2]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue