archytech99 / mytik-userman

Mikrotik User Manager Hotspot (with Laravel Framework)
11 stars 9 forks source link

Json is hiding password field #2

Open prsgodoi opened 2 years ago

prsgodoi commented 2 years ago

Json is hiding password field url: /users/show return json ","name":"khFDS","password":"*****","uptime":"0s"

Hello, in the local tests the password field is displayed normally, when it is put into production it returns the password field with **** Do you have any idea what it could be?

archytech99 commented 2 years ago

hello, thanks for reporting the problem you're facing at the moment I can't help with your problem because in my project file there is no problem, either set to Local or Production. did you make any changes in the app/Pear2 folder? it could be that the password data that was sent came from a mikrotik hotspot

prsgodoi commented 2 years ago

Locally it works using the original project, now when it goes up to production without changing anything. json user password field is full of *****

prsgodoi commented 2 years ago

Local image

Production image