You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2007/12/23 19:00:11 UTC

svn commit: r606584 - in /maven/continuum/trunk: continuum-plexus-runtime/src/main/appserver/conf/security.properties.sample continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties

Author: wsmoak
Date: Sun Dec 23 10:00:10 2007
New Revision: 606584

URL: http://svn.apache.org/viewvc?rev=606584&view=rev
Log:
CONTINUUM-1612 Add a sample security.properties file with a few things users are likely to need to override.

Added:
    maven/continuum/trunk/continuum-plexus-runtime/src/main/appserver/conf/security.properties.sample
Modified:
    maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties

Added: maven/continuum/trunk/continuum-plexus-runtime/src/main/appserver/conf/security.properties.sample
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-plexus-runtime/src/main/appserver/conf/security.properties.sample?rev=606584&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-plexus-runtime/src/main/appserver/conf/security.properties.sample (added)
+++ maven/continuum/trunk/continuum-plexus-runtime/src/main/appserver/conf/security.properties.sample Sun Dec 23 10:00:10 2007
@@ -0,0 +1,30 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+# To override the defaults, edit and rename this file as "security.properties"
+
+# --------------------------------------------------------------------
+# Email Settings
+
+# All emails sent by the system will be from the following user name and address
+email.from.name=Continuum
+email.from.address=continuum@localhost
+
+# The subject line for the new user validation email message
+email.validation.subject=Welcome to Apache Continuum
\ No newline at end of file

Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties?rev=606584&r1=606583&r2=606584&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties Sun Dec 23 10:00:10 2007
@@ -18,7 +18,7 @@
 #
 
 # The subject line for the email message.
-email.validation.subject=Welcome to Maven Continuum
+email.validation.subject=Welcome to Apache Continuum
 
 # Feedback page
 email.feedback.path=http://maven.apache.org/continuum/mail-lists.html