This.user_password display password in plain text on console

Hi,

I am not sure if this is meteor problem or not. But somehow when i do this.user_password in console it display my password in plain text. I am not sure from where it is getting. I am running simple meteor app using accounts-password for user management. Inside mongo database password display in encrypted format but in console its displaying in plain text. Please check guys and let me know. I am posting two images of firefox and google chrome console.

I can’t actually see where you are in the code, but if you’re looking at the event handler for the accounts-password login form, then you will be able to see the password in plain text - it’s what’s been entered in the form’s password field.

Sorry my fault thats nothing but value from password field.