Browse Source

a part of REDBACK-81, this will allow a user to customize various messages from redback if they so desire.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@588279 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.0-beta-3
Jesse McConnell 16 years ago
parent
commit
7c1ce938fc

+ 4
- 0
archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties View File

@@ -0,0 +1,4 @@
# text resources within redback can be customized by overriding them here

#password.reset.success=An email has been sent.
#password.reset.failure=No email was not sent, perhaps the user did not exist as entered.

+ 1
- 1
archiva-web/archiva-webapp/src/main/resources/webwork.properties View File

@@ -27,4 +27,4 @@ webwork.url.includeParams = none
# TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes

# Localization
webwork.custom.i18n.resources=org.codehaus.plexus.redback.xwork.default
webwork.custom.i18n.resources=org.codehaus.plexus.redback.xwork.default,org.apache.maven.archiva.redback.custom

Loading…
Cancel
Save