mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Skip the normal edit observer
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bc908b854d
commit
5ed2bd0fb7
|
@ -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…
Reference in a new issue