Hi,
I would like to know if this was discussed:
$cfg['ShowChgPassword'] = $is_superuser = PMA_isSuperuser(); in http://cvs.sourceforge.net/viewcvs.py/phpmyadmin/phpMyAdmin/main.php?r1=2.90...
I think that a non-privileged user should be able to change his password. Anyway, this code implies that there would be no reason for this parameter.
Marc
Hi
On Thu, 22 Dec 2005 10:38:41 -0500 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
I would like to know if this was discussed:
$cfg['ShowChgPassword'] = $is_superuser = PMA_isSuperuser(); in http://cvs.sourceforge.net/viewcvs.py/phpmyadmin/phpMyAdmin/main.php?r1=2.90...
I think that a non-privileged user should be able to change his password. Anyway, this code implies that there would be no reason for this parameter.
Yes, non-privileged user should be able to change password.