Changeset 2144

Show
Ignore:
Timestamp:
04/24/09 16:28:51
Author:
douglm
Message:

Minor fix to access javascript to allow id@domain

Also comment change

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/jboss/democal.options.xml

    r2097 r2144  
    153153        <indexRoot>lucene/indexroot</indexRoot> 
    154154 
    155         <rootUsers>caladmin</rootUsers> 
     155        <rootUsers>admin</rootUsers> 
    156156      </syspars> 
    157157 
  • trunk/deployment/resources/javascript/bedework/bedeworkAccess.js

    r2122 r2144  
    304304 
    305305    // Don't touch email like addresses 
    306     if (who.indexOf("@") < 0) { 
     306//    if (who.indexOf("@") < 0) { 
    307307      // Normalize the who 
    308308      if (whoType == "user") { 
     
    319319        } 
    320320      } 
    321     } 
     321  //  } 
    322322  } 
    323323