Changeset 1544

Show
Ignore:
Timestamp:
04/27/06 00:07:01 (3 years ago)
Author:
benjamin
Message:

forbide root or mysql as an alternc account

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/class/m_admin.php

    r1533 r1544  
    251251    } 
    252252    // Il ne peut pas être égal au login ou au nom de base systeme !  
    253     if ($login==$L_MYSQL_DATABASE || $login==$L_MYSQL_LOGIN) { 
     253    if ($login==$L_MYSQL_DATABASE || $login==$L_MYSQL_LOGIN || $login=="mysql" || $login=="root") { 
    254254      $err->raise("admin",10); 
    255255      return false;