Getekid / cas

A phpBB 3.3.x plugin to enable login with CAS Authentication
2 stars 3 forks source link

Enable ECAS login with phpBB forum #4

Closed nicocasel closed 8 years ago

nicocasel commented 9 years ago

@Getekid As you suggest in your last post from issue "Still doesn't work on fresh install", I open a specific issue for enabling ECAS login with phpBB forum.

Would it be possible to have this way of login: after logging in the CAS server, user is redirected to the forum login screen (or whatever forum screen) and s/he already appear as registered (with his/her login id displayed in the upper right-hand corner); without forcing him/her to click one more time on "login".

Getekid commented 8 years ago

Temporary workaround

On line 92 of cas.php add the following line:

phpCAS::isAuthenticated();

This way after the user will require to press the login button maximum twice (3 times if the user does not exist).

In the meantime a fix is being worked on.