For failed auth attempts there are two (AFAIK) places in which the password gets returned and thus potentially logged. First and second. Seems like bad security practice to return password attempts even if they are incorrect. Additionally, if no password is set in the dataplane config file, any attempted password (even a potentially correct one) could still be logged. This could inadvertently expose passwords that users might reuse elsewhere.