Closed (works as designed)
Project:
LoginToboggan
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2012 at 11:44 UTC
Updated:
12 Nov 2012 at 16:12 UTC
Jump to comment: Most recent
Comments
Comment #1
mxh commentedSame problem here with Multidomain using Domain Access, but not multilingual.
Comment #2
tammo commentedAnyone? I am building a trilingual site. Cannot set this option....
Comment #3
darthf1 commentedIt only works for the 'default' language.
Comment #4
darthf1 commentedI found the issue and it is not logintoboggan related, but still very hard to find.
Visit /admin/config/regional/i18n/variable and uncheck Default 403 (access denied) page.
Comment #5
basillic commentedIf the variable 'site_403' is localized with variable_realm, the value defined with variable_set('site_403', $value) is not the same that the value returned by variable_get('site_403').
You can temporary add a drupal_set_message() into logintoboggan.admin.inc::logintoboggan_main_settings() to confirm it.
Comment #6
maxplus commentedHi,
i folowed the instruction of #4 and it works for me
Thanks
Comment #7
dbassendine commentedFor domain module: logintoboggan shares this setting (site_403) with the core "Default 403 (access denied) page" setting on admin/config/system/site-information. If you can't set in via LoginTobbogan, try setting the core Default 403 UI, or site_403 in your_feature_module.domains.inc, to "toboggan/denied".