customer available events improvements
This commit is contained in:
@@ -20,10 +20,16 @@ class UserController extends RestController
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* hash for password test is:
|
||||
* $2y$13$D2BauYE2nhCdVDNatT9BMeWGxOvi5t5V6W2OUjr6sj2FRpb317Cpq
|
||||
*
|
||||
*/
|
||||
/** @noinspection PhpUnused */
|
||||
public function actionLogin( )
|
||||
{
|
||||
|
||||
// $customer = new Customer();
|
||||
// $customer->setPassword("test");
|
||||
$form = new LoginForm();
|
||||
|
||||
$form->load(\Yii::$app->request->post( ), '');
|
||||
|
||||
Reference in New Issue
Block a user