From fb04e593aa99e1618525eb27e943065fdca71a52 Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Tue, 1 Oct 2024 10:53:32 -0700 Subject: [PATCH] doc: add UAA.yml example for UAA login page inputs help text --- uaa/src/main/resources/uaa.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uaa/src/main/resources/uaa.yml b/uaa/src/main/resources/uaa.yml index 592f8f97b1..3903ecc63a 100755 --- a/uaa/src/main/resources/uaa.yml +++ b/uaa/src/main/resources/uaa.yml @@ -367,6 +367,12 @@ login: # text: MyTemporary Authentication Code (Get on at /passcode) #base URL that the login server can be reached at url: http://localhost:8080/uaa +# #the help texts for the UAA login page input fields +# prompt: +# username: +# text: Email +# password: +# text: Password # defaultIdentityProvider: uaa # idpDiscoveryEnabled: true # accountChooserEnabled: true