+
+ {authenticationRequiredWarning}
+
+
+ {
+ isPopulated && !error ?
+
+
+ Authentication
+
+
+
+
+ {
+ authenticationEnabled ?
+
+ Authentication Required
+
+
+ :
+ null
+ }
+
+ {
+ authenticationEnabled ?
+
+ Username
+
+
+ :
+ null
+ }
+
+ {
+ authenticationEnabled ?
+
+ Password
+
+
+ :
+ null
+ }
+
:
+ null
+ }
+
+ {
+ !isPopulated && !error ? : null
+ }
+
+
+