Closed (won't fix)
Project:
LoginToboggan
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2010 at 16:12 UTC
Updated:
18 Aug 2010 at 16:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedI wanted to change the 'Present login form on access denied (403):' radio into a set with 3 options, but the way that it's an actual 'toboggan/denied' path that is stored makes it somewhat complicated. I did figure this could be done by storing either toboggan/denied/login or toboggan/denied/register, but then all the checks for toboggan/denied would have to be changed to substr() and it would get quite messy.
Here's a patch on my SVN which just adds an extra admin setting.
Comment #2
hunmonk commentednot a fan of this approach, i'd rather see the 403 respect this feature: #264332: Create unified login/register page, which i hope to get into 7.x
not accepting new features for 6.x anyways.