Difference: TWikiUserMappingContrib (1 vs. 13)

Revision 132015-08-23 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Changed:
<
<
>
>
 
Line: 74 to 74
 
Contrib Authors: TWiki:Main.SvenDowideit, TWiki:Main.PeterThoeny, TWiki:TWiki.TWikiContributor
Changed:
<
<
Copyright: © 2007 Sven Dowideit
© 2007-2014 TWiki:Main.PeterThoeny
© 2007-2014 TWiki:TWiki.TWikiContributor
>
>
Copyright: © 2007 Sven Dowideit
© 2007-2015 TWiki:Main.PeterThoeny
© 2007-2015 TWiki:TWiki.TWikiContributor
 
License: GPL (Gnu General Public License)
Changed:
<
<
Contrib Version: 2014-10-04
>
>
Contrib Version: 2015-08-23
 
<--/twistyPlugin twikiMakeVisibleInline-->
Changed:
<
<
2014-19-03: TWikibug: Item7464: In UserReports doc, Section should be Action -- TWiki:Main.PeterThoeny
>
>
2015-08-23: TWikibug:Item7565: Fix Congo country split in user registration form; use spreadsheet formula for country list
2015-05-29: TWikibug:Item7660: Vertical text align issue in slim_box user report
2015-05-27: TWikibug:Item7604: Switch from GPL v2 to v3
2014-10-15: TWikibug:Item7579: Fix for profile picture not shown in user signature and bubble signature; make user profile pages coexist with TWiki::Plugins.AutoSectionsPlugin -- TWiki:Main.PeterThoeny
2014-10-03: TWikibug:Item7464: In UserReports doc, Section should be Action -- TWiki:Main.PeterThoeny
 
2014-08-30: TWikibug:Item7368: Change "Edit" link on profile topic to button -- TWiki:Main.PeterThoeny
2014-06-05: TWikibug:Item7368: Nicer parent breadcrumb in heading -- TWiki:Main.PeterThoeny
2014-05-30: TWikibug:Item7502: Follow-up fix on drag & drop, now delaying upload until [Upload] pressed -- TWiki:Main.PeterThoeny

Revision 122014-10-04 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Revision 112013-10-12 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Revision 102013-01-16 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Revision 92012-11-19 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Revision 82012-09-16 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Revision 72012-01-14 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Revision 62011-08-21 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Revision 52010-11-06 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Changed:
<
<
Traditional TWiki topic based user management and user mapping
>
>
 
Added:
>
>
Traditional TWiki topic based user management and user mapping
 

Introduction

Line: 68 to 70
 
Contrib Authors: Sven Dowideit, SvenDowideit@WikiRing.com and TWiki Contributors.
Copyright: © 2007 Sven Dowideit;
© 2007-2010 TWiki:TWiki/TWikiContributor
License: GPL (Gnu General Public License)
Changed:
<
<
Contrib Version: 4.5 (2010-06-12)
>
>
Contrib Version: 4.6 (2010-11-05)
 
Change History:
<-- versions below in reverse order -->
 
Added:
>
>
2010-11-05 TWikibug:Item6604: Add documentation for EDITMETHOD setting
 
2010-06-12: TWikibug:Item5335: Force-linking some WikiWords so that TWiki can work with NOAUTOLINK set or cleared
2010-05-26: TWikibug:Item6433 - doc improvements; replacing TWIKIWEB with SYSTEMWEB
4.3 TWikibug:Item6417 - fix issue so that LDAP users can login if 'TWiki::Users::TWikiUserMapping' is used

Revision 42010-06-13 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Traditional TWiki topic based user management and user mapping
Changed:
<
<
>
>
 

Introduction

Line: 68 to 68
 
Contrib Authors: Sven Dowideit, SvenDowideit@WikiRing.com and TWiki Contributors.
Copyright: © 2007 Sven Dowideit;
© 2007-2010 TWiki:TWiki/TWikiContributor
License: GPL (Gnu General Public License)
Changed:
<
<
Contrib Version: 4.4 (2010-05-26)
>
>
Contrib Version: 4.5 (2010-06-12)
 
Change History:
<-- versions below in reverse order -->
 
Added:
>
>
2010-06-12: TWikibug:Item5335: Force-linking some WikiWords so that TWiki can work with NOAUTOLINK set or cleared
 
2010-05-26: TWikibug:Item6433 - doc improvements; replacing TWIKIWEB with SYSTEMWEB
4.3 TWikibug:Item6417 - fix issue so that LDAP users can login if 'TWiki::Users::TWikiUserMapping' is used
4.2.1 03 Aug 2008 - Distributed with TWiki 4.2.1

Revision 32010-05-15 - TWikiContributor

Line: 1 to 1
 

TWikiUserMappingContrib

Traditional TWiki topic based user management and user mapping
Changed:
<
<
>
>
 
Added:
>
>

Introduction

 
Changed:
<
<
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.
>
>
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.
 
Changed:
<
<
see SimplifiedUserMappingCodeInterface on TWiki.org for a more detailed discussion of the concepts.
>
>
See TWiki:Codev/SimplifiedUserMappingCodeInterface on TWiki.org for a more detailed discussion of the concepts.
  It includes the topics that are used when registering and managing users and groups via TWiki, in TWikiTopics.
Changed:
<
<
it includes:
>
>
It includes:
 
Line: 47 to 53
 
Changed:
<
<
If you are developing a non-TWiki based User mapper, you might like to consider removeing or replacing the files installed by this Contrib.
>
>
If you are developing a non-TWiki based User mapper, you might like to consider removing or replacing the files installed by this Contrib.
 

Settings

Changed:
<
<
The TWikiUserMappingContrib specific settings have not yet been moved out of the standard TWiki.spec. This will be done in a future release.
>
>
The TWikiUserMappingContrib specific settings have not yet been moved out of the standard TWiki.spec. This will be done in a future release.
 

Installation Instructions

Line: 58 to 65
 

Contrib Info

Changed:
<
<
Contrib Author(s): Copyright (C) 2007 Sven Dowideit, SvenDowideit@WikiRing.com and TWiki Contributors.
Contrib Version: 4.2.1
Copyright: ©
>
>
Contrib Authors: Sven Dowideit, SvenDowideit@WikiRing.com and TWiki Contributors.
Copyright: © 2007 Sven Dowideit;
© 2007-2010 TWiki:TWiki/TWikiContributor
 
License: GPL (Gnu General Public License)
Added:
>
>
Contrib Version: 4.4 (2010-05-26)
 
Change History:
<-- versions below in reverse order -->
 
Added:
>
>
2010-05-26: TWikibug:Item6433 - doc improvements; replacing TWIKIWEB with SYSTEMWEB
4.3 TWikibug:Item6417 - fix issue so that LDAP users can login if 'TWiki::Users::TWikiUserMapping' is used
 
4.2.1 03 Aug 2008 - Distributed with TWiki 4.2.1
4.2.0 22 Jan 2008 - Distributed with TWiki 4.2.0
Dependencies: None
Contrib Home: http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContrib
Feedback: http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribDev
Appraisal: http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribAppraisal
Deleted:
<
<
<-- Do not attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. -->

Revision 22008-08-03 - TWikiContributor

Line: 59 to 59
 

Contrib Info

Contrib Author(s): Copyright (C) 2007 Sven Dowideit, SvenDowideit@WikiRing.com and TWiki Contributors.
Changed:
<
<
Contrib Version: 4.2.0
>
>
Contrib Version: 4.2.1
 
Copyright: ©
License: GPL (Gnu General Public License)
Change History:
<-- versions below in reverse order -->
 
Added:
>
>
4.2.1 03 Aug 2008 - Distributed with TWiki 4.2.1
4.2.0 22 Jan 2008 - Distributed with TWiki 4.2.0
 
Dependencies: None
Contrib Home: http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContrib
Feedback: http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribDev

Revision 12008-01-22 - TWikiContributor

Line: 1 to 1
Added:
>
>

TWikiUserMappingContrib

<--
One line description, required for extensions repository catalog. 
  • Set SHORTDESCRIPTION = Traditional TWikiTopic based mapping and user management
-->
Traditional TWiki topic based user management and user mapping

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.

see SimplifiedUserMappingCodeInterface on TWiki.org for a more detailed discussion of the concepts.

It includes the topics that are used when registering and managing users and groups via TWiki, in TWikiTopics.

it includes:

If you are developing a non-TWiki based User mapper, you might like to consider removeing or replacing the files installed by this Contrib.

Settings

The TWikiUserMappingContrib specific settings have not yet been moved out of the standard TWiki.spec. This will be done in a future release.

Installation Instructions

It's a part of the default distribution of the TWiki Core.

Contrib Info

Contrib Author(s): Copyright (C) 2007 Sven Dowideit, SvenDowideit@WikiRing.com and TWiki Contributors.
Contrib Version: 4.2.0
Copyright: ©
License: GPL (Gnu General Public License)
Change History:
<-- versions below in reverse order -->
 
Dependencies: None
Contrib Home: http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContrib
Feedback: http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribDev
Appraisal: http://twiki.org/cgi-bin/view/Plugins/TWikiUserMappingContribAppraisal

<-- Do not attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. -->
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiUserMappingContrib.