Revision history for OpenInteract package base_user.

1.23  Fri Jul 13 00:34:12 EDT 2001

      Change Handler/User->listing (and template) to use iterator

1.22  Mon Jul  9 10:40:20 EDT 2001

      Changed OpenInteract/Handler/NewUser to work with new SPOPS API
      of returning the object from save().

1.21  Thu May 31 21:58:12 EDT 2001

      Changed the relevant ID fields from 'int' to
      '%%INCREMENT_FIELD%%'.

1.20  Tue May 29 23:31:36 EDT 2001

      Changed all relevant '$R->scrib( ... )' calls to 
      '$R->DEBUG && $R->scrib( ... )'

1.19  Tue Mar 13 07:20:31 EST 2001

      Changed security level data: 'oid' -> 'object_id'

1.18  Thu Mar  8 00:01:06 EST 2001

      In a stunning reversal of the previous action, remove all
      null/not null properties of default fields (doh!)

1.17  Wed Mar  7 06:51:50 EST 2001

      Modified struct/user.sql to make all DEFAULT fields NOT NULL.

1.16  Sun Mar  4 16:04:01 EST 2001

      Changed security level data: 'level' -> 'security_level'

1.15  Tue Feb 20 08:07:52 EST 2001

      Modified conf/spops.perl to reflect SPOPS changes.

1.14  Wed Jan 31 22:51:58 EST 2001

      Cleanup.

1.13  Mon Jan 15 00:01:31 EST 2001

      Changed all references from $R->CONFIG->{crypt_password} to
      $R->CONFIG->{login}->{crypt_password} to reflect the modified
      configuration setup. Also added a note to the SQL installation
      handler with the superuser name and password -- this note will
      be displayed after all actions are complete in oi_manage.

1.12  Thu Dec 28 00:15:46 EST 2000

      Updated OpenInteract/Handler/User.pm to give the new user
      created permission to edit his/her own record and to make the
      record a member of the 'public' group; also modified
      conf/spops.perl to give the 'site admin' group WRITE access to
      all user objects

1.11  Fri Dec 22 13:09:42 EST 2000

      Small changes to OpenInteract/User/AuthSmb.pm for debugging
      purposes and to show how it should be setup.

1.10  Fri Dec 22 12:19:53 EST 2000

      Added OpenInteract/User/AuthSmb.pm for authenticating against a
      SMB domain.

1.09  Sat Dec  2 14:41:50 EST 2000

      Fixed world security setting in conf/spops.perl.

1.08  Wed Nov 29 22:26:39 EST 2000

      Fixed funky default security setting for the user object --
      strangely, since it was a hash and the system was expecting a
      single value, it would insert 'H' into the 'level' field, which
      played crazy with everything...
