Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

altijd eenmalig proberen in te loggen #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

altijd eenmalig proberen in te loggen #36

wants to merge 1 commit into from

Conversation

petervdv
Copy link

No description provided.

@@ -151,6 +151,12 @@ function handle_authentication() {
header('Location: http://'. $domain . $_SERVER['REQUEST_URI']);
exit;
}
if(!isset($_SESSION['triedtologin']){
$_SESSION['triedtologin'] = true;
header('Location: http://www.karpenoktem.nl/accounts/rauth/?url=http://'. $domain . $absolute_url_path . '&nologinrequired=1');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nologinrequired is misschien niet de beste beschrijving. nologinprompt of dontprompt?

@ghost ghost assigned Jille Jan 14, 2013
@Jille Jille removed their assignment Apr 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants