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 pa...@apache.org on 2001/11/19 08:51:54 UTC

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

paulsp      01/11/18 23:51:54

  Modified:    src/java/org/apache/jetspeed/services/resources
                        JetspeedResources.java
  Log:
  Adding New User Confirmation and Notification
  PR:  4192
  Submitted by: Chris Kimpton
  
  Revision  Changes    Path
  1.8       +4 -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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JetspeedResources.java	2001/07/02 07:40:48	1.7
  +++ JetspeedResources.java	2001/11/19 07:51:54	1.8
  @@ -64,7 +64,8 @@
    * @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.7 2001/07/02 07:40:48 taylor Exp $
  + * @author <a href="mailto:kimptoc_mail@yahoo.com">Chris Kimpton</a>
  + * @version $Id: JetspeedResources.java,v 1.8 2001/11/19 07:51:54 paulsp Exp $
    */
   public class JetspeedResources extends TurbineResources {
   
  @@ -137,6 +138,8 @@
   
       // this is the value that is stored in the database for confirmed users
       public static final String CONFIRM_VALUE = "CONFIRMED";
  +    public static final String CONFIRM_VALUE_PENDING = "PENDING";
  +    public static final String CONFIRM_VALUE_REJECTED = "REJECTED";
   
       // parameter names for the Jetspeed path framework elements    
       public static final String PATH_PORTLET_KEY = "portlet";
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>