Instead of removing only db.auth() lines from the history, any command containing ".auth" is removed. This is annoying because ".auth" is used fairly often, e.g., db.authors.find() or db.issue.find(
{"comment.author": "bill"})
- is related to
-
SERVER-36802 Don't omit db.auth() et al from shell history if they don't contain string literal password
- Closed