mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Authenthifizierung ohne Passwort generell abbrechen
This commit is contained in:
@@ -48,6 +48,9 @@ class authentication extends auth
|
||||
|
||||
public function checkpassword($username, $passwort)
|
||||
{
|
||||
if($passwort=='')
|
||||
return false;
|
||||
|
||||
if($connect=ldap_connect(LDAP_SERVER))
|
||||
{
|
||||
// bind to ldap connection
|
||||
|
||||
Reference in New Issue
Block a user