X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Faxletter.php;h=4ebf134ffecd632963e44a03cfd93588071ae57f;hb=674333e7f1f4ad1e06626c16138eeb4b755f9f7e;hp=d6a63bebfb2a1da420abc67b9e04354a4c85423a;hpb=173ff0bdf41db90ee0995e0c3bf844bf2151d0e6;p=platal.git diff --git a/modules/axletter.php b/modules/axletter.php index d6a63be..4ebf134 100644 --- a/modules/axletter.php +++ b/modules/axletter.php @@ -30,12 +30,12 @@ class AXLetterModule extends NewsletterModule 'ax/out' => $this->make_hook('out', AUTH_PUBLIC), 'ax/show' => $this->make_hook('nl_show', AUTH_COOKIE, 'user'), 'ax/search' => $this->make_hook('nl_search', AUTH_COOKIE, 'user'), - 'ax/admin' => $this->make_hook('admin_nl', AUTH_MDP, 'user'), - 'ax/admin/edit' => $this->make_hook('admin_nl_edit', AUTH_MDP, 'user'), - 'ax/admin/edit/valid' => $this->make_hook('admin_nl_valid', AUTH_MDP, 'user'), - 'ax/admin/edit/cancel' => $this->make_hook('admin_nl_cancel', AUTH_MDP, 'user'), - 'ax/admin/edit/delete' => $this->make_hook('admin_nl_delete', AUTH_MDP, 'user'), - 'ax/admin/categories' => $this->make_hook('admin_nl_cat', AUTH_MDP, 'user'), + 'ax/admin' => $this->make_hook('admin_nl', AUTH_PASSWD, 'user'), + 'ax/admin/edit' => $this->make_hook('admin_nl_edit', AUTH_PASSWD, 'user'), + 'ax/admin/edit/valid' => $this->make_hook('admin_nl_valid', AUTH_PASSWD, 'user'), + 'ax/admin/edit/cancel' => $this->make_hook('admin_nl_cancel', AUTH_PASSWD, 'user'), + 'ax/admin/edit/delete' => $this->make_hook('admin_nl_delete', AUTH_PASSWD, 'user'), + 'ax/admin/categories' => $this->make_hook('admin_nl_cat', AUTH_PASSWD, 'user'), ); }