You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/08/07 15:19:29 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/ac FileUser.java

andreas     2003/08/07 06:19:29

  Modified:    src/java/org/apache/lenya/cms/ac FileUser.java
  Log:
  empty string as default e-mail address when loading
  
  Revision  Changes    Path
  1.25      +2 -2      cocoon-lenya/src/java/org/apache/lenya/cms/ac/FileUser.java
  
  Index: FileUser.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/ac/FileUser.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- FileUser.java	23 Jul 2003 13:21:15 -0000	1.24
  +++ FileUser.java	7 Aug 2003 13:19:29 -0000	1.25
  @@ -109,7 +109,7 @@
        */
       public void configure(Configuration config) throws ConfigurationException {
           new ItemConfiguration().configure(this, config);
  -        setEmail(config.getChild(EMAIL).getValue());
  +        setEmail(config.getChild(EMAIL).getValue(""));
           setEncryptedPassword(config.getChild(PASSWORD).getValue(null));
   
           Configuration[] groups = config.getChildren(GROUPS);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org