This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new db3915af6 Add warning about file-uploads
db3915af6 is described below

commit db3915af6f6f198cc8efed8da172f7c4acad157f
Author: David M. Johnson <[email protected]>
AuthorDate: Sun Jun 29 17:39:58 2025 -0400

    Add warning about file-uploads
---
 app/src/main/resources/ApplicationResources.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/resources/ApplicationResources.properties 
b/app/src/main/resources/ApplicationResources.properties
index 46c37454a..66072c23f 100644
--- a/app/src/main/resources/ApplicationResources.properties
+++ b/app/src/main/resources/ApplicationResources.properties
@@ -358,7 +358,7 @@ configForm.moderationRequired=Require comment moderation 
for all weblogs
 configForm.enableTrackbackValidation=Enable verification of trackback links?
 
 configForm.fileUploadSettings=File Upload Settings
-configForm.enableFileUploads=Enable File Uploads?
+configForm.enableFileUploads=Enable File Uploads? (only enable if you trust 
all users not to upload malicious content)
 configForm.allowedExtensions=Allowed Extensions
 configForm.forbiddenExtensions=Forbidden Extensions
 configForm.maxFileSize=Max File Size (MB)

Reply via email to