You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this will only happen when debug is turned on. Or, when you changed the code like adding a var_dump.
The user won't have access to that information otherwise
ryanhowdy
added
legacy
Issue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.
and removed
Enhancement
New or better functionality
labels
Feb 18, 2023
Why most of the object carries the database details like
hostname, databasename, database_username and password.
when I var_dump|($this->fcmsUser) I got all this data
any when there is mysql query error also it shows whole the database details.
I am afraid if this records shows to the users they can access our database externally.
We should stop carry all the records every where and look for alternative.
The text was updated successfully, but these errors were encountered: