X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fregister.php;h=d2825dd9ace7163670c996fa10f8fc659d80ef40;hb=285e2fe72d086ae94fc95696a0cefc8755113277;hp=83169e85fb2738285c392e216e38b6e8f89f45e3;hpb=173ff0bdf41db90ee0995e0c3bf844bf2151d0e6;p=platal.git diff --git a/modules/register.php b/modules/register.php index 83169e8..d2825dd 100644 --- a/modules/register.php +++ b/modules/register.php @@ -381,7 +381,7 @@ class RegisterModule extends PLModule // Try to start a session (so the user don't have to log in); we will use // the password available in Post:: to authenticate the user. - Platal::session()->start(AUTH_MDP); + Platal::session()->start(AUTH_PASSWD); // Subscribe the user to the services she did request at registration time. require_once 'newsletter.inc.php';