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
We often change just the password for a model, but obviously don't want to log the password. Would it be at all possible to log the fact that password was changed, but in a masked way, so in the attributes, it maybe showed like
'password' => ******
This way, we can "safely" log the password, without the risk of it becoming exposed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We often change just the password for a model, but obviously don't want to log the password. Would it be at all possible to log the fact that password was changed, but in a masked way, so in the attributes, it maybe showed like
'password' => ******
This way, we can "safely" log the password, without the risk of it becoming exposed.
Beta Was this translation helpful? Give feedback.
All reactions