Invitation Manager Plugin

Last modified by Thomas Mortagne on 2021/03/17 21:08

cogAllows inviting people to the wiki
TypePlugin
Category
Developed by

Jerome

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Description

Replaced by the Invitation Application.

Prerequisites & Installation Instructions

Follow these steps:

  • Add the JAR in your container classpath (WEB-INF/lib)
  • Edit xwiki.cfg and add the following line to the list of plugins :
    xwiki.plugins=\
          [...]
           ... ,\
         <plugin package>
  • Restart your container
  • Verify the plugin is properly installed by typing the following in a wiki page :
    {{velocity}}
    $xwiki.<plugin name>.name
    {{/velocity}}

    If the installation has been successful, you will see <plugin name>.

Release Notes

v1.0

See [https://jira.xwiki.org/secure/ReleaseNote.jspa?version=10717&styleName=Text&projectId=10336&]

Get Connected