open-vault/changelog/15428.txt
Violet Hynes 2c6bcbdeb5
VAULT-5885: Fix erroneous success message in case of two-phase MFA, and provide MFA information in table format (#15428)
* VAULT-5885: Fix erroneous success message in case of two-phase MFA, and provide MFA information in table format

* VAULT-5885 Add changelog

* VAULT-5885 Update changelog as per PR comments

* VAULT-5885 Update changelog category to just 'auth'

* VAULT-5885 Hide useless token info in two-phase MFA case

* VAULT-5885 Update changelog to reflect token info now no longer present

* VAULT-5885 split up changelog into three blocks
2022-05-17 14:03:02 -04:00

9 lines
348 B
Plaintext

```release-note:bug
auth: Fixed erroneous success message when using vault login in case of two-phase MFA
```
```release-note:bug
auth: Fixed erroneous token information being displayed when using vault login in case of two-phase MFA
```
```release-note:bug
auth: Fixed two-phase MFA information missing from table format when using vault login
```