You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2001/04/20 01:17:52 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources JetspeedResources.java

taylor      01/04/19 16:17:52

  Modified:    src/java/org/apache/jetspeed/services/resources
                        JetspeedResources.java
  Log:
  made the 'confirmation email' feature optional
  it can be enabled in the JR.p with 'confirm.email.enable=true/false'
  moved confirmation string to resources
  
  Revision  Changes    Path
  1.4       +5 -1      jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources/JetspeedResources.java
  
  Index: JetspeedResources.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources/JetspeedResources.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JetspeedResources.java	2001/03/30 09:14:39	1.3
  +++ JetspeedResources.java	2001/04/19 23:17:52	1.4
  @@ -64,7 +64,7 @@
    * @author <a href="mailto:burton@apache.org">Kevin A. Burton</a>
    * @author <a href="mailto:raphael@apache.org">Rapha�l Luta</a>
    * @author <a href="mailto:tom@PIsoftware.com">Tom Adams</a>
  - * @version $Id: JetspeedResources.java,v 1.3 2001/03/30 09:14:39 shesmer Exp $
  + * @version $Id: JetspeedResources.java,v 1.4 2001/04/19 23:17:52 taylor Exp $
    */
   public class JetspeedResources extends TurbineResources {
   
  @@ -128,4 +128,8 @@
       public static final String SITE_FOOTER_LOGO = getString( CONTENT_ROOT_URL_KEY, "" ) + getString( SITE_FOOTER_LOGO_KEY, "images/feather.gif");
       public static final String SITE_WELCOME = getString( SITE_HEADER_WELCOME_KEY, "Welcome to Jetspeed" );
       public static final String SITE_STYLESHEET = getString( CONTENT_ROOT_URL_KEY, "" ) + getString( "site.stylesheet" );
  +
  +    // this is the value that is stored in the database for confirmed users
  +    public static final String CONFIRM_VALUE = "CONFIRMED";
  +
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org