You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laurent Jouanneau edited this page Aug 31, 2019
·
12 revisions
Welcome to jcommunity project
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.
jCommunity module
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.