diff --git a/uaa/src/main/resources/uaa.yml b/uaa/src/main/resources/uaa.yml index 592f8f97b18..3903ecc63a2 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