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
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
Especially the one on the password server controller. It is logging the user's password reset link. I would assume it is so that one could test the reset flow even without MSP. But on a production env wouldn't it be a security issue?
The text was updated successfully, but these errors were encountered:
I think the one in the Articles client-service can stay. Of course I would think that since I'm the one that added that code :) Since we're not handling that error internally to the service, we can output it to the console; it should make debugging/support easier. Ideally, we should handle it in some way but that would most likely vary on the project.
Are these console.log in code necessary?
users.password.server.controller.js#L65
users.password.server.controller.js#L71
articles.client.service.js - harmless yet unnecessary
Especially the one on the password server controller. It is logging the user's password reset link. I would assume it is so that one could test the reset flow even without MSP. But on a production env wouldn't it be a security issue?
The text was updated successfully, but these errors were encountered: