-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Laurent Jouanneau edited this page Aug 31, 2019
·
12 revisions
jCommunity is set of modules to add "community" features to a web site made with the Jelix framework.
There are 2 modules:
- jcommunity, to provide features for a user (see below)
- jmessenger: a messaging service inside your web site.
The 1.3 version provides:
- user registration: account creation, with confirmation by email and activation key. The form contains a captcha.
- the administrator can reset the password of a user
- the administrator can resend an email validation to a user
- users can choose and change their password
- possibility to ask a new password when the user has forgotten his password (again, confirmation by email and activation key)
- 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
- 1.3 version
- old : 1.2 version, 1.1 version, 1.0 version, 0.3.1 version, 0.2.3 version, 0.2.2 version, 0.2.1 version, 0.2 version, 0.1 version
To use the development version of jcommunity, or to contribute, read this page.