puppet-iis icon indicating copy to clipboard operation
puppet-iis copied to clipboard

Changing password for app_pool logs the old and new password in the clear

Open vanillaslimfast opened this issue 10 years ago • 1 comments

Logs something to the effect of

Changing password for 'app_pool' from 'oldpass' to 'newpass'

Would be nice to disable this output or at least obscure the passwords

vanillaslimfast avatar Sep 19 '14 16:09 vanillaslimfast

This can be done using the should_to_s(value) and is_to_s(value) methods

logicminds avatar Oct 27 '15 21:10 logicminds