(no commit message)
[openafs-wiki.git] / TWiki / TWikiUserMappingContrib.mdwn
1 # <a name="TWikiUserMappingContrib"></a><a name=" _TWikiUserMappingContrib"></a> TWikiUserMappingContrib
2
3 %SHORTDESCRIPTION%
4
5 <div>
6   <ul>
7     <li><a href="#Settings"> Settings</a></li>
8     <li><a href="#Installation Instructions"> Installation Instructions</a></li>
9     <li><a href="#Contrib Info"> Contrib Info</a></li>
10   </ul>
11 </div>
12
13 The _User Mapping Manager_ interface provides services for mapping between a 'user identity' as used when talking to an external authentication provider, an internal TWiki canonical user ID, and the displayed name used to identify the user in TWiki. This is the default TWikiUserMapping in which user information is stored in TWiki topics - one per user, and then any mapping needed is done using the TWikiUsers topic in the Main.
14
15 see [SimplifiedUserMappingCodeInterface](http://twiki.org/cgi-bin/view/Codev/SimplifiedUserMappingCodeInterface) on TWiki.org for a more detailed discussion of the concepts.
16
17 It includes the topics that are used when registering and managing users and groups via TWiki, in [[TWikiTopics]].
18
19 it includes:
20
21 - Registration and user management topics
22   - [[TWikiRegistration]]
23   - [[ResetPassword]]
24   - [[ChangePassword]]
25   - [[ChangeEmailAddress]]
26   - [[BulkRegistration]]
27   - [[BulkResetPassword]]
28 - Documentation topics
29   - [[ManagingUsers]]
30   - [[UserToolsCategory]]
31   - [[LoginName]]
32 - default groups and user
33   - [[NobodyGroup]]
34   - [[TWikiAdminGroup]]
35   - [[TWikiRegistrationAgent]]
36 - User lists
37   - [[UserList]]
38   - [[UserListHeader]]
39   - [[UserListByDateJoined]]
40   - [[UserListByLocation]]
41   - [[UserListByPhotograph]]
42 - User and Group template files
43   - [[NewUserTemplate]]
44   - [[UserForm]]
45   - [[TWikiUsersTemplate]]
46   - [[UserHomepageHeader]]
47   - [[TWikiUserSetting]]
48   - [[TWikiGroupTemplate]]
49
50 If you are developing a non-TWiki based User mapper, you might like to consider removeing or replacing the files installed by this Contrib.
51
52 ## <a name="Settings"></a> Settings
53
54 The [[TWikiUserMappingContrib]] specific settings have not yet been moved out of the standard TWiki.spec. This will be done in a future release.
55
56 ## <a name="Installation Instructions"></a> Installation Instructions
57
58 It's a part of the default distribution of the TWiki Core.
59
60 ## <a name="Contrib Info"></a> Contrib Info
61
62 <table border="1" cellpadding="0" cellspacing="0">
63   <tr>
64     <td align="right"> Contrib Author(s): </td>
65     <td> Copyright (C) 2007 Sven Dowideit, <a href="mailto:SvenDowideit@WikiRing.com">SvenDowideit@WikiRing.com</a> and TWiki Contributors. </td>
66   </tr>
67   <tr>
68     <td align="right"> Contrib Version: </td>
69     <td> 4.2.1 </td>
70   </tr>
71   <tr>
72     <td align="right"> Copyright: </td>
73     <td> © </td>
74   </tr>
75   <tr>
76     <td align="right"> License: </td>
77     <td><a href="http://www.gnu.org/licenses/gpl.html" target="_top">GPL (Gnu General Public License)</a></td>
78   </tr>
79   <tr>
80     <td align="right"> Change History: </td>
81     <td>  </td>
82   </tr>
83   <tr>
84     <td align="right"> 4.2.1 </td>
85     <td> 03 Aug 2008 - Distributed with TWiki 4.2.1 </td>
86   </tr>
87   <tr>
88     <td align="right"> 4.2.0 </td>
89     <td> 22 Jan 2008 - Distributed with TWiki 4.2.0 </td>
90   </tr>
91   <tr>
92     <td align="right"> Dependencies: </td>
93     <td> None </td>
94   </tr>
95   <tr>
96     <td align="right"> Contrib Home: </td>
97     <td><a href="http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContrib" target="_top">http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContrib</a></td>
98   </tr>
99   <tr>
100     <td align="right"> Feedback: </td>
101     <td><a href="http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribDev" target="_top">http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribDev</a></td>
102   </tr>
103   <tr>
104     <td align="right"> Appraisal: </td>
105     <td><a href="http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribAppraisal" target="_top">http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribAppraisal</a></td>
106   </tr>
107 </table>