In my index file I currently have these settings:
$params["admins"] = array("Admins"=>"thisismypassword");
$params["shownotice"] = 1;
//$params["isadmin"] = true;
This worked perfectly in beta 5 and I just upgraded to beta 6 today changing nothing on the server or index.php file except to remove the $params["prefix"] = "myprefix_"; line from the params.
Now any user can execute the following commands: /rehash, /op, /deop and any other proir restricted command. I can still /identify with the password and be "sucessfully idnetified"
Any ideas on what changed?