Changeset 15087


Ignore:
Timestamp:
2008-03-17T11:10:14+13:00 (16 years ago)
Author:
kjdon
Message:

changed the default group for admin to be all-collections-editor instead of colbuilder

File:
1 edited

Legend:

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

    r14999 r15087  
    224224          userinfo.password = crypt_text("admin");
    225225          userinfo.enabled = true;
    226           userinfo.groups = "administrator,colbuilder";
     226          userinfo.groups = "administrator,all-collections-editor";
    227227          userinfo.comment = "change the password for this account as soon as possible";
    228228          // Return the set result.
Note: See TracChangeset for help on using the changeset viewer.