diff --git a/source/_docs/authentication.markdown b/source/_docs/authentication.markdown
index 9ebb653c51a..e32349a9693 100644
--- a/source/_docs/authentication.markdown
+++ b/source/_docs/authentication.markdown
@@ -28,10 +28,12 @@ When logging in, make sure that the URL in the URL bar is showing the address of
## {% linkable_title Profile %}
-Once you're logged in, you can access the profile page to change your user preferences. Here you can change your preferred language or password. You can also log out. You can access the profile page by clicking on your user badge in the sidebar.
+Once you're logged in, you can access the profile page by clicking on the badge next to the Home Assistant title in the sidebar. Here you can change your preferred language or change your password. You can also log out.
-## {% linkable_title Multi-factor authentication %} (soon)
+## {% linkable_title Multi-factor authentication %}
-As a user, you can setup multi-factor authentication like time-based one-time passwords. This is an extra challenge that you have to solve after you finish your login. You will be able to set up these challenges from the profile page once you're logged in.
+As a user, you can setup multi-factor authentication with time-based one-time passwords. This is an extra challenge that you have to solve after you finish your login. You will be able to set up these challenges from the profile page once you're logged in.
+
+
diff --git a/source/images/docs/authentication/login.png b/source/images/docs/authentication/login.png
index cca95180f6c..e1446748c2e 100644
Binary files a/source/images/docs/authentication/login.png and b/source/images/docs/authentication/login.png differ
diff --git a/source/images/docs/authentication/mfa.png b/source/images/docs/authentication/mfa.png
new file mode 100644
index 00000000000..02a383876c8
Binary files /dev/null and b/source/images/docs/authentication/mfa.png differ