diff --git a/topics/account.adoc b/topics/account.adoc index d3a0c40bf1..2f318dbe1e 100644 --- a/topics/account.adoc +++ b/topics/account.adoc @@ -3,7 +3,7 @@ == User Account Service {{book.project.name}} has a built in User Account Service which every user has access to. This service allows users to manage their account, -change their credentials, update their profile, and view their login sessions. The URL to this service is `/auth/realms/\{realm-name}/account`. .Account Service image:../{{book.images}}/account-service-profile.png[] @@ -18,7 +18,7 @@ image:../{{book.images}}/account-service-password.png[] The `Authenticator` menu item allows the user to set up OTP if they desire. This will only show up if OTP is a valid authentication mechanism for your realm. Users are given directions to install https://fedorahosted.org/freeotp/[FreeOTP] or https://play.google.com/[Google Authenticator] on their mobile device to be their OTP generator. -The bar code you see in the screen shot can be scanned into the FreeOTP or Google Authenticator mobile application for nice and easy setup. +The QR code you see in the screen shot can be scanned into the FreeOTP or Google Authenticator mobile application for nice and easy setup. .OTP Authenticator image:../{{book.images}}/account-service-authenticator.png[] @@ -41,7 +41,7 @@ image:../{{book.images}}/account-service-apps.png[] === Themeable -Like all UIs in {{book.project.name}} the User Account Service is completely themeable and internationalizable. +Like all UIs in {{book.project.name}}, the User Account Service is completely themeable and internationalizable. See the link:{{book.developerguide.link}}[{{book.developerguide.name}}] for more details.