Security: Removed a dangerous default permission

This commit is contained in:
Laurent Destailleur 2010-09-19 10:55:35 +00:00
parent 25cdb1fac9
commit 11044f07ad

View File

@ -89,7 +89,7 @@ class modUser extends DolibarrModules
$this->rights[$r][0] = 251;
$this->rights[$r][1] = 'Consulter les autres utilisateurs, leurs groupes et permissions';
$this->rights[$r][2] = 'r';
$this->rights[$r][3] = 1;
$this->rights[$r][3] = 0;
$this->rights[$r][4] = 'user';
$this->rights[$r][5] = 'lire';