Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/src/recpt/userdb.cpp

    r1000 r1279  
    2828/*
    2929   $Log$
     30   Revision 1.6.4.1  2000/07/12 22:21:47  sjboddie
     31   merged changes to trunk into New_Config_Format branch
     32
     33   Revision 1.7  2000/05/22 12:30:36  sjboddie
     34   the initial admin user now belongs to the colbuilder group by default
     35   (as well as the administrator group)
     36
    3037   Revision 1.6  2000/03/01 22:23:09  sjboddie
    3138   tidied up windows installation
     
    187194      userinfo.password = crypt_text("admin");
    188195      userinfo.enabled = true;
    189       userinfo.groups = "administrator";
     196      userinfo.groups = "administrator,colbuilder";
    190197      userinfo.comment = "change the password for this account as soon as possible";
    191198      return set_user_info (userdbfile, username, userinfo);
Note: See TracChangeset for help on using the changeset viewer.