-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Laurent Jouanneau edited this page Mar 25, 2013
·
12 revisions
jCommunity is set of modules to add "community" features to a web site made with the Jelix framework.
There are 3 modules:
- jcommunity, to provide features for a user (see below)
- jmessenger: a messaging service inside your web site.
- jcommunity_phorum: synchronization of the authentification between ajelix web site and phorum, a PHP forum.
The 0.3 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
Releases
To use the development version of jcommunity, or to contribute, read this page.