I have a problem with creating an access-restricted page and I suspect this module could be the cause.
Perhaps somebody with deeper knowledge could check this out?
I have installed and setup the language module and it works as it should as you can see here:
http://www.nordenswansiirila.fi/goer/
I need a password-protected page on a site and I have followed Ryan's instructions here:
http://processwire.com/talk/topic/355-best-way-to-deal-with-a-client-login/
To sum it up I have created a role "member" with "page-view" only, a template "member-page" with access to "member" only using the login option. Next I have created a page using template "member-only". Checking the access to this page shows that it should not be accessible to guests, only members. However, the page opens up sans login to anyone.
Member-only page "o":
http://www.nordenswansiirila.fi/goer/en/o/
Any suggestions?