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"
| Comment | File | Size | Author |
|---|---|---|---|
| switchLangue.jpg | 39.59 KB | Atragene |
Comments
Comment #1
izus commentedhi,
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...)