From e50e488c8ab5afe77b6a9e97ff58ed79eb8d4e22 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 25 Jun 2020 10:36:25 +0200 Subject: [PATCH] Improve how sftp is mentioned in access controls --- src/views/app.html | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/src/views/app.html b/src/views/app.html index 40cb99635..fc992b0c0 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -633,7 +633,7 @@

This app is configured to authenticate with the Cloudron User Directory. - This setting also controls SFTP access. + Also controls SFTP access.

@@ -690,10 +690,36 @@

-
- Server: {{ config.adminFqdn }}
- Port: 222
- Username: {{ user.username }}@{{ app.fqdn }}
+
+ +
+ +
+
+ Server +
+
+ {{ config.adminFqdn }} +
+
+ +
+
+ Port +
+
+ 222 +
+
+ +
+
+ Username +
+
+ <username>@{{ app.fqdn }} +
+