update
This commit is contained in:
parent
7bdb458b78
commit
bac3662c8f
|
@ -173,7 +173,6 @@ class UserController extends Controller {
|
|||
$model->username = $post['Username'];
|
||||
$model->phone_number = $post['PhoneNumber'];
|
||||
$model->email = $post['Email'];
|
||||
$model->quota = $post['Quota'];
|
||||
$model->save();
|
||||
AuthAssignment::deleteAll(['user_id' => $id]);
|
||||
$auth = Yii::$app->authManager;
|
||||
|
|
Loading…
Reference in New Issue
Block a user