X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fregister.php;h=d2825dd9ace7163670c996fa10f8fc659d80ef40;hb=71ebd57d64102a39896d47873514a42a26c7201e;hp=83169e85fb2738285c392e216e38b6e8f89f45e3;hpb=d89a495539357b3ad30f7b891bd23d1805355a52;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';