From cd3d847d63239802553b19f359c290a08fa0850c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Dec 2019 10:02:23 +0100 Subject: Add a warning when uploading videos using root --- client/src/app/videos/+video-edit/video-add.component.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-edit/video-add.component.html') diff --git a/client/src/app/videos/+video-edit/video-add.component.html b/client/src/app/videos/+video-edit/video-add.component.html index 72a233b72..a99988600 100644 --- a/client/src/app/videos/+video-edit/video-add.component.html +++ b/client/src/app/videos/+video-edit/video-add.component.html @@ -1,5 +1,11 @@
-
+
+ We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. +
+ Instead, create a dedicated account to upload your videos. +
+ +
Import {{ videoName }} Upload {{ videoName }}
-- cgit v1.2.3