<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px 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> </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('<encoded_password>','@administrator');<br>$AuthUser['editoruser'] = array('<encoded_password>','@editor');<br>$DefaultPasswords['read'] = 'id:*';<br>$DefaultPasswords['admin'] =
<a href="mailto:'@administrator'">'@administrator'</a>;<br>$DefaultPasswords['upload'] = array(<a href="mailto:'@administrator','@editor'">'@administrator','@editor'</a>);<br>$DefaultPasswords['edit'] = array(<a href="mailto:'@administrator','@editor'">
'@administrator','@editor'</a>);<br>$DefaultPasswords['attr'] = $DefaultPasswords['admin'];<br>$AuthUser['htpasswd'] = 'local/.htpasswd';<br>include_once("$FarmD/scripts/authuser.php");<br> </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 => read denied</div>
<div>4) Try to access /Test/Test as adminuser => read allowed</div>
<div>5) Try to edit /Test/Test as editoruser => edit allowed</div>
<div> </div>
<div>Is this a bug or am I misunderstanding the @_site_edit shortcut ?</div></div>