Menu="UserList" Title="Edit User" Tag="user" ---

User has been deleted.


"; $icon = ""; $zxcvbn = file_exists('/boot/config/plugins/dynamix/zxcvbn.js'); ?>
)"> _(User name)_: : _(Description)_: : :help5 > Up to 64 characters. The characters ampersand (&) quote (") and colon (:) are not allowed. :end _(Custom image)_: : _(Drag-n-drop a PNG file or click the image at the left)_ :help6 > The image will be scaled to 48x48 pixels in size. The maximum image file upload size is 512 kB (524,288 bytes). :end   _(Delete)_ :


_(Password)_: : :help7 > Up to 128 characters. :end _(Retype password)_: :   :
"; echo ""._('Share').""._('Security').""._('User Access').""; echo ""; foreach ($shares as $share => $data) { if ($sec[$share]['export']=='-') continue; $security = $sec[$share]['security']; $read = in_array($name,explode(',',$sec[$share]['readList'])); $write = in_array($name,explode(',',$sec[$share]['writeList'])); switch ($security) { case 'public' : $access = $rw; break; case 'secure' : $access = $write ? $rw : $ro; break; case 'private': $access = $write ? $rw : ($read ? $ro : $no); break;} echo "$share"._(ucfirst($security)).""; } echo ""; echo ""; ?>   :