change password for normal users

yuumai

New member
(using dadabik 4.2, firefox 1.5, windows xp sp2, mysql 5.0)

Is it possible to give normal users acces to their record in the users table? This would give them the option to change their own password.



Post Edited (03-20-07 10:31)
 
A

Anonymous User

Guest
I think that you should change the config.php as follow:

$enable_authentication = 1;

$enable_update_authorization = 0;

$enable_browse_authorization = 0;

Note: I did not test it myself, but according to the documentation it should work.

Michele
 

yuumai

New member
Unfortunately that does not work for the users table (the table that contains passwords and usernames). It seems that this table is only accessible to admin users.

My goal is to make the record of the “current” user accessible to this user, so the user can change his password. Now only admins can change it.
 
Top