Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit da9bc10

Browse files
committed
Logs new import user in
1 parent 6d7dc04 commit da9bc10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/modules/dosomething/dosomething_user/dosomething_user.module

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,10 @@ function dosomething_user_login_legacy_validate($form, &$form_state) {
365365
);
366366
return;
367367
}
368-
// @TODO LOGIN THE USER?
368+
369+
user_login_finalize(array(
370+
'name' => $user->name
371+
));
369372
}
370373
}
371374

0 commit comments

Comments
 (0)