TheProjecter / osfilemanager

Automatically exported from code.google.com/p/osfilemanager
0 stars 0 forks source link

change password value not updated #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if an admin want to change the privilege "change password" from an user, the 
new value will not be writen in database

this fix the problem:
line 1213:
permpass="'.$_REQUEST['config_permmakeuser'].'",

should be overwritten with:
permpass="'.$_REQUEST['config_permpass'].'",

Original issue reported on code.google.com by i...@dennisbach.de on 8 Apr 2011 at 11:46

GoogleCodeExporter commented 9 years ago
Hi 
My Solution was pretty simple

elseif (substr($type,0,4) == "text" || $size == 0) $edit = "<a 
href=\"".$adminfile."?p=edit&fename=".$fileinfo."&d=$d\"><img src=\"$IMG_EDIT\" 
border=0>\n"; 

Replace with

//elseif (substr($type,0,4) == "text" || $size == 0) $edit = "<a 
href=\"".$adminfile."?p=edit&fename=".$fileinfo."&d=$d\"><img src=\"$IMG_EDIT\" 
border=0>\n"; 

And there are three others with else if so do all theese for them or delete the 
<img src=\"$IMG EDIT\".........................

And Vice verca do this and you'll be done...

Original comment by SERVER...@gmail.com on 16 Oct 2011 at 4:14

GoogleCodeExporter commented 9 years ago
@admin please delete comment above because solution belongs to other problem 
http://code.google.com/p/osfilemanager/issues/detail?id=26

Original comment by i...@dennisbach.de on 17 Oct 2011 at 6:33