The admin screen for the 'anonymous' role

admin/config/people/taxonomy_access/role/1/edit

displays this note at the bottom:

"Remember: This role will inherit permissions from the authenticated user role. Be sure to configure the authenticated user properly."

The functionality seems fine. It looks like only the notice is wrong.

changing "arg(4)" to "arg(5)" in two spots on line 560 of taxonomy_access.admin.inc fixes it.

-- Cronin

Comments

xjm’s picture

Ah, good catch. Maybe the whole block of help text is actually added uniformly to all role configuration pages, so we just need to check the specific role before adding this particular sentence.

Related: #1314992: Add help text referring to authenticated user role for custom roles.

xjm’s picture

Status: Active » Closed (duplicate)

We're going to fix this as part of #1314992: Add help text referring to authenticated user role for custom roles, so marking this issue as a duplicate of that one.