From: x2001corpet Date: Sat, 14 Oct 2006 06:51:41 +0000 (+0000) Subject: backport : page profile/private accessible en cookie et non en mot de passe X-Git-Tag: xorg/0.9.12~206 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=9643d8770cdc180a2fd30973650a643720fd04c6;hp=776f90ed0a6c1b5b36fd652ee3fee5194630b6cc;p=platal.git backport : page profile/private accessible en cookie et non en mot de passe git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@977 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/profile.php b/modules/profile.php index d710722..aa518a0 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), 'profile/edit' => $this->make_hook('p_edit', AUTH_MDP), 'profile/orange' => $this->make_hook('p_orange', AUTH_MDP), 'profile/usage' => $this->make_hook('p_usage', AUTH_MDP),