+
+ {translate('AuthenticationRequiredWarning')}
+
+
+ {isPopulated && !error ? (
+
+
+ {translate('AuthenticationMethod')}
+
+
+
+
+
+ {translate('AuthenticationRequired')}
+
+
+
+
+
+ {translate('Username')}
+
+
+
+
+
+ {translate('Password')}
+
+
+
+
+
+ {translate('PasswordConfirmation')}
+
+
+
+
+
+ {translate('AllowedHosts')}
+
+
+
+
+ ) : null}
+
+ {!isPopulated && !error ? : null}
+
+
+