Skip the normal edit observer
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bc908b854d
commit
5ed2bd0fb7
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ class UsersController extends Controller
|
|||
$user = User::find($request->get('id'));
|
||||
$user->two_factor_secret = null;
|
||||
$user->two_factor_enrolled = 0;
|
||||
$user->save();
|
||||
$user->saveQuietly();
|
||||
|
||||
// Log the reset
|
||||
$logaction = new Actionlog();
|
||||
|
|
Loading…
Add table
Reference in a new issue