• February 23, 2025, 08:52:03 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Pages: 1 [2]

Author Topic: All account check box missing  (Read 18357 times)

Jim_97GSX

  • Level 1 Member
  • *
  • Posts: 1
Re: All account check box missing
« Reply #15 on: July 28, 2009, 08:07:16 PM »

We are working to resolve this issue for the official release.

Do you have any update on this issue??

Thanks in advance!!
Logged

D-Link Multimedia

  • Poweruser
  • Level 7 Member
  • **
  • Posts: 1066
    • D-link Systems, Inc.
Re: All account check box missing
« Reply #16 on: July 28, 2009, 08:11:55 PM »

It has been modified in final code.
Logged

llyod

  • Level 1 Member
  • *
  • Posts: 1
Re: All account check box missing
« Reply #17 on: August 04, 2009, 09:19:10 AM »

This same problem happened a couple of years ago on the DNS-321:
http://forums.dlink.com/index.php?topic=2880

Here's the problem: (from that thread)
-----------------------------------
Here's what I see in the source JavaScript, the part that hides the "all" box:

function ChkSecurity()
{
   //to show All accounts or not
   var security='USER';
   if(security=="USER")
      document.getElementById("all_account").style.display = "none";
   else
      document.getElementById("all_account").style.display = "";
}

No wonder it hides it....
-----------------------------------

What you have to do is:
-Disable javascript in Firefox
-Reload the page
-Now the checkbox will be there, check it
-Re enable javascript
-reload the page and save.
Logged

D-Link Multimedia

  • Poweruser
  • Level 7 Member
  • **
  • Posts: 1066
    • D-link Systems, Inc.
Re: All account check box missing
« Reply #18 on: August 04, 2009, 11:20:05 AM »

Final release will not hide the box do not worry about it. We have redesigned the way that it works is all. Initially it was missing but will be there. We changed the SMB share mode to cooperate with Vista/Win7 better.
Logged

AndyB

  • Level 1 Member
  • *
  • Posts: 14
Re: All account check box missing
« Reply #19 on: August 21, 2009, 03:33:42 AM »

Had the same problem - works for me since flashing the new beta 1.08 build 05 ...
Logged

gunrunnerjohn

  • Level 11 Member
  • *
  • Posts: 2717
Re: All account check box missing
« Reply #20 on: September 01, 2009, 05:06:56 PM »

Note that you'll now have to have ALL accounts passworded if you have any with passwords.  The previous code would allow you to have an anonymous share and then some passworded ones to protect some folders.  IMO, this is a step backwards, and I hope that D-Link sees the light and doesn't leave it that way.
Logged
Microsoft MVP - Windows Desktop Experience
Remember: Data you don't have two copies of is data you don't care about!
PS: RAID of any level is NOT a second copy.
Pages: 1 [2]