Log in via single sign-on (CAS)?

I'm not familiar with CAS and don't know what variables you have available to you to tell if the user should be logged in or not, but you should be able to achieve this with a custom module in hook_init() and user_external_login_register() api.drupal.org/api/drupal/modules--user-....

I'm not familiar with CAS and don't know what variables you have available to you to tell if the user should be logged in or not, but you should be able to achieve this with a custom module in hook_init() and user_external_login_register() api.drupal.org/api/drupal/modules--user-... Psuedo Code: ) { // programmatically login user by name user_external_login_register('', 'mymodule'); } } }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions