Changeset 492 for trunk/core/lib/TWiki/Users/BaseUserMapping.pm
- Timestamp:
- 11/09/08 17:42:08 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/TWiki/Users/BaseUserMapping.pm (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/TWiki/Users/BaseUserMapping.pm
r411 r492 33 33 * TWikiGuest 34 34 * UnknownUser 35 * TWikiContributor - 1 Jan 200535 * ProjectContributor - 1 Jan 2005 36 36 * TWikiRegistrationAgent - 1 Jan 2005 37 37 … … 69 69 $TWiki::cfg{DefaultUserLogin} => $this->{mapping_id} . '666', 70 70 unknown => $this->{mapping_id} . '999', 71 TWikiContributor=> $this->{mapping_id} . '111',71 ProjectContributor => $this->{mapping_id} . '111', 72 72 TWikiRegistrationAgent => $this->{mapping_id} . '222' 73 73 }; … … 76 76 $this->{mapping_id} . '666' => $TWiki::cfg{DefaultUserLogin}, 77 77 $this->{mapping_id} . '999' => 'unknown', 78 $this->{mapping_id} . '111' => ' TWikiContributor',78 $this->{mapping_id} . '111' => 'ProjectContributor', 79 79 $this->{mapping_id} . '222' => 'TWikiRegistrationAgent' 80 80 }; … … 83 83 $this->{mapping_id} . '666' => $TWiki::cfg{DefaultUserWikiName}, 84 84 $this->{mapping_id} . '999' => 'UnknownUser', 85 $this->{mapping_id} . '111' => ' TWikiContributor',85 $this->{mapping_id} . '111' => 'ProjectContributor', 86 86 $this->{mapping_id} . '222' => 'TWikiRegistrationAgent' 87 87 }; … … 90 90 $TWiki::cfg{DefaultUserWikiName} => $this->{mapping_id} . '666', 91 91 UnknownUser => $this->{mapping_id} . '999', 92 TWikiContributor=> $this->{mapping_id} . '111',92 ProjectContributor => $this->{mapping_id} . '111', 93 93 TWikiRegistrationAgent => $this->{mapping_id} . '222' 94 94 };
Note: See TracChangeset
for help on using the changeset viewer.
