jelix / jcommunity-module
modules to add community features to a web site made with Jelix
Installs: 1 742
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 3
Open Issues: 7
Type:jelix-module
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2021-01-07 14:41:15 UTC
README
jCommunity is set of modules to add "community" features to a web site made with the Jelix framework.
It 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)
- 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
Installation
Current version works only with Jelix 1.6.19+ and 1.7.
See INSTALL.md or the wiki
To contribute and test, read the test/README.md file.