Pm,<br> <br>Sorry for reposting but I'm&nbsp;not&nbsp;sure&nbsp;you&nbsp;get this message.&nbsp;As&nbsp;I&nbsp;can&nbsp;reproduced&nbsp;the&nbsp;problem&nbsp;on&nbsp;a&nbsp;fresh&nbsp;installation,&nbsp;I was&nbsp;wondering&nbsp;if&nbsp;this&nbsp;is&nbsp;a&nbsp;bug&nbsp;(or&nbsp;a&nbsp;feature).<br> <br>JF<br><br><div><span class="gmail_quote">
2006/8/22, Jean-Fabrice [gmail] &lt;<a href="mailto:jeanfabrice@gmail.com">jeanfabrice@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<div><div><span class="q"><blockquote class="gmail_quote" style="padding-left: 1ex; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid">
I will try on a fresh new installation to confirm the problem I get.<br>Im' using AuthUser with .htpasswd. The problem also occurs if the <br>editor user is declared in .htpasswd</blockquote><div>&nbsp;</div></span></div><div>
<div>I have just tested this setup on a fresh new 2.1.14 and I encountered the same issue.</div><div>Extract from the config.php : </div><div>$AuthUser['adminuser'] = array('&lt;encoded_password&gt;','@administrator');<br>
$AuthUser['editoruser'] = array('&lt;encoded_password&gt;','@editor');<br>$DefaultPasswords['read'] = 'id:*';<br>$DefaultPasswords['admin'] =  <a href="mailto:'@administrator'" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
'@administrator'</a>;<br>$DefaultPasswords['upload'] = array(<a href="mailto:'@administrator','@editor'" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">'@administrator','@editor'</a>);</div><div><span class="q">
<br>$DefaultPasswords['edit'] = array(<a href="mailto:'@administrator','@editor'" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> '@administrator','@editor'</a>);<br></span></div><div>$DefaultPasswords['attr'] = $DefaultPasswords['admin'];
<br>$AuthUser['htpasswd'] = 'local/.htpasswd';<br>include_once(&quot;$FarmD/scripts/authuser.php&quot;);<br>&nbsp;</div><div>What I did is : </div><div>1) As editoruser, create /Test/Test page (fresh new group, fresh new page)
</div><div>2) As adminuser, update /Test/Test attributes and set @_site_edit as read password (instead of the site defined id:*)</div><div>3) Try to access /Test/Test as editoruser =&gt; read denied</div><div>4) Try to access /Test/Test as adminuser =&gt; read allowed
</div><div>5) Try to edit /Test/Test as editoruser =&gt; edit allowed</div><div>&nbsp;</div><div>Is this a bug or am I misunderstanding the @_site_edit shortcut ?</div></div></div></blockquote></div><br>