mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +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;
|
||||
}
|
||||
|
||||
if(mb_strlen($this->student_uid)>16)
|
||||
if(mb_strlen($this->student_uid)>32)
|
||||
{
|
||||
$this->errormsg = 'Student_UID ist ungueltig';
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user