Skip to content

Commit

Permalink
[v16] update mfa missing error (#46678)
Browse files Browse the repository at this point in the history
* update mfa add error

* docs: update verbiage for missing MFA

Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com>

---------

Co-authored-by: Steven Martin <stevenmartin@stevens-mbp.lan>
Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 736cbd3 commit 5553c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/authclient/clt.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var (
// ErrNoMFADevices is returned when an MFA ceremony is performed without possible devices to
// complete the challenge with.
ErrNoMFADevices = &trace.AccessDeniedError{
Message: "MFA is required to access this resource but user has no MFA devices; use 'tsh mfa add' to register MFA devices",
Message: "MFA is required to access this resource but user has no MFA devices; see Account Settings in the Web UI or use 'tsh mfa add' to register MFA devices",
}
// InvalidUserPassError is the error for when either the provided username or
// password is incorrect.
Expand Down

0 comments on commit 5553c01

Please sign in to comment.