X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprofile.php;h=aa518a051811c88d6468809adbe19bcfe293f9f5;hb=9643d8770cdc180a2fd30973650a643720fd04c6;hp=d7107224121b0baeb4a1d250bfabda73ea374473;hpb=a3ba371a883e1c7281ac43fc853755b68105b11a;p=platal.git 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),