From: x2001corpet Date: Sat, 14 Oct 2006 06:51:08 +0000 (+0000) Subject: page profile/private accessible en cookie et non en mot de passe X-Git-Tag: xorg/0.9.11~14 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=425acc8a52c1aaba56431b7bb5ee0258aab7b3ed;p=platal.git page profile/private accessible en cookie et non en mot de passe git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@976 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/profile.php b/modules/profile.php index bef7dc7..72b517e 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -29,7 +29,7 @@ class ProfileModule extends PLModule 'fiche.php' => $this->make_hook('fiche', AUTH_PUBLIC), 'profile' => $this->make_hook('profile', AUTH_PUBLIC), - 'profile/private' => $this->make_hook('profile', AUTH_MDP), + 'profile/private' => $this->make_hook('profile', AUTH_COOKIE), 'profil.php' => $this->make_hook('p_edit', AUTH_MDP), 'profile/edit' => $this->make_hook('p_edit', AUTH_MDP), 'profile/orange' => $this->make_hook('p_orange', AUTH_MDP),