mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
Längenprüfung für UIDs korrigiert
This commit is contained in:
@@ -135,7 +135,7 @@ class bisio extends basis_db
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(mb_strlen($this->student_uid)>16)
|
if(mb_strlen($this->student_uid)>32)
|
||||||
{
|
{
|
||||||
$this->errormsg = 'Student_UID ist ungueltig';
|
$this->errormsg = 'Student_UID ist ungueltig';
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user