mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Edit the log message
This commit is contained in:
parent
405545cd88
commit
27cdfbc579
|
@ -83,7 +83,7 @@ class ForgotPasswordController extends Controller
|
|||
)
|
||||
);
|
||||
} catch(\Exception $e) {
|
||||
\Log::info('Password reset attempt: User '.$request->input('username').' doesnt have email setted' );
|
||||
\Log::info('Password reset attempt: User '.$request->input('username').'failed with exception: '.$e );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue