Changeset 15160 for gsdl/trunk


Ignore:
Timestamp:
2008-03-31T13:32:17+13:00 (16 years ago)
Author:
kjdon
Message:

changed the group with permission to build collections from colbuilder to all-collections-editor

Location:
gsdl/trunk/src/recpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/collectoraction.cpp

    r11998 r15160  
    260260    // authenticate the user if authentication is available
    261261    args["uan"] = 1;
    262     args["ug"] = "colbuilder";
     262    args["ug"] = "all-collections-editor";
    263263  }
    264264 
  • gsdl/trunk/src/recpt/depositoraction.cpp

    r12794 r15160  
    256256    //authenticate the user if authentication is available
    257257    args["uan"] = 1;
    258     args["ug"] = "colbuilder";
     258    args["ug"] = "all-collections-editor";
    259259  }
    260260
Note: See TracChangeset for help on using the changeset viewer.