Hello !

When I'm on the password form and I want to switch langage, the message "You are not authorized to access this page." is displayed.

Thanks

PS : I use the module "Language Switcher Dropdown"

CommentFileSizeAuthor
switchLangue.jpg39.59 KBAtragene

Comments

izus’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

hi,
this can't be fixed by protected node module
actually, you have a url like :
http://protected_node.local/protected-node?destination=node/1&protected_...
the language switcher will try to redirect to the same current url with the language handling (probabely http://en.protected_node.local/protected-node?destination=node/1&protect... ou http://protected_node.local/en/protected-node?destination=node/1&protect...)