Minor changes to account service chapter.
This commit is contained in:
parent
8aec3bf8e0
commit
27654a2997
1 changed files with 3 additions and 3 deletions
|
@ -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 `<server-root/auth/realms/\{realm-name}/account`.
|
||||
change their credentials, update their profile, and view their login sessions. The URL to this service is `<server-root>/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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue