Skip to content
Laurent Jouanneau edited this page Sep 6, 2012 · 12 revisions

= Welcome to jcommunity project =

jCommunity is set of modules to add "community" features to a web site made with the http://jelix.org.

The 0.2.2 version provides :

  • user registration: account creation, with confirmation by email and activation key. The form contains a captcha.
  • users can choose their password
  • possibility to ask a new password when the user has loose his password (again, confirmation by email and activation key)
  • After a successful login, jcommunity can redirect to the page before the login
  • Profile editing
  • login/logout form
  • many new events in controllers, to allow you to do processing at each step of the registration and other actions, so your own module can verify or doing additional things.
  • notification messages with jMessage
  • a specific form for jauthdb_admin is provided
  • optional: authentification status can be synchronized with a phorum installation. (module jcommunity_phorum)

In the future, some other features will be provide :

  • internal messaging
  • compatibility of the authentification with other php software (dokuwiki etc..)

== Releases ==

== Documentation ==

== Development version ==

To use the development version of jcommunity, or to contribute, contribute

Clone this wiki locally