Problem/Motivation

I use the Multiple Registration module, which lets you set different registration paths to automatically assign roles upon registration (and get different registration forms as well).

Excluding these paths via the Paths exclusion field does not work. You get redirected to the login page with the standard access denied defined message.

Comments

quimic created an issue. See original summary.

quimic’s picture

Status: Active » Closed (works as designed)

My mistake: the root url of this site is not just "/" but "/some/path".
I had set the exclusion path relatively to the root (like "/user/register" for instance), but it appears that one must enter the full path ("/some/path/user/register" in this example) in order for the path to be actually excluded.