I want to register a user using sentinel package, without setting a password, is it possible? if so how should i implement it?
here is the code i have tried.
$credentials = [
'email' => 'john.doe@example.com',
'password' => null,
];
$user = Sentinel::registerAndActivate($credentials);
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire