Changes between Version 5 and Version 6 of ContactsPlugin


Ignore:
Timestamp:
Nov 1, 2017, 2:00:26 PM (6 years ago)
Author:
figaro
Comment:

Add link to similar plugin

Legend:

Unmodified
Added
Removed
Modified
  • ContactsPlugin

    v5 v6  
    88
    99This provides two permissions, one for viewing: `CONTACTS_VIEW`, and one for adding/editing contacts: `CONTACTS_ADMIN`.
     10
     11See also: UserManagerPlugin
    1012
    1113== Bugs/Feature Requests
     
    3133General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3234
    33 == Example
     35== Configuration
    3436
    3537To load a contact, go to `/contact?redirect=/your/redirect/handler/url` as soon as the user has added or edited a contact. Your redirect handler will be called with the contact_id set in the url. You can then edit this contact.