From: Pascal Corpet Date: Tue, 15 Jun 2010 22:13:13 +0000 (+0200) Subject: Also logs the return url in auth for groupesx. Closes #1089. X-Git-Tag: xorg/1.0.0~128 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d2f8addb4c0b316f828a0e47c2894ab582e2f7a8;p=platal.git Also logs the return url in auth for groupesx. Closes #1089. --- diff --git a/ChangeLog b/ChangeLog index c67e214..6083859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ New: - Centralises email management through an email combobox -JAC Bug/Wish: + * Auth: + - #1089: Also logs the return url in auth for groupesx -Car + * Carnet: - #1074: Removes the red cross to reset contact search -Car diff --git a/modules/auth.php b/modules/auth.php index 7dfa181..2ca51c9 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -132,7 +132,7 @@ class AuthModule extends PLModule $uid = S::i('uid'); if (!S::suid()) { global $platal; - S::logger($uid)->log('connexion_auth_ext', $platal->path); + S::logger($uid)->log('connexion_auth_ext', $platal->path.' '.urldecode($_GET['url'])); } // Iterate over the auth token to find which one did sign the request.