[web2py] Re: I have some questions about Central Authorization Service (CAS)

2013-07-30 Thread Chun-Hung Chen
Hi, Thanks for the reply. Because I would like to integrate local account with social account, people can choose to login with social account or create an account on the website. That's the reason I think CAS is needed. Back to the issues, is it possible for me to pretest the login process bef

[web2py] Re: I have some questions about Central Authorization Service (CAS)

2013-07-30 Thread Massimo Di Pierro
When you visit the forum page if the corresponding requires_login() than it would automatically redirect to myapp (check that you are logged in) and back as you expect. But if you visit an action that does not require login, web2py does not assume that you need to be logged in and does not check