Skip to content
Laurent Jouanneau edited this page Jan 7, 2018 · 2 revisions

jCommunity 1.1

Warning, to use this version, you need to upgrade Jelix to 1.6.5 minimum.

New features and improvements

  • Some improvements have been made to use jCommunity with the master_admin module (with Jelix 1.6.5+ only)
  • New install parameters:
    • masteradmin: to indicate we want to use jcommunity for authentication system
    • notjcommunitytable: to indicate to not create the community_users table
    • migratejauthdbusers: to migrate users from a standard jlx_user table to a community_users table
  • new configuration parameters you can set into a jcommunity section into the application configuration
    • loginResponse: the alias of the html response to use to display the main login form.
    • registrationEnabled: to disable or enable the registration feature
    • resetPasswordEnabled: to disable or enable the reset password feature
  • you can use jPref to enable/disable registration or password reseting.
  • Templates: for unknown users, add a link to return to the login form
  • removed the deprecated jcommunity_phorum module

Fixed bugs

  • Fix infinite loop after a logout in some cases
  • Fix auth_url_return generated into the login form

Download & installation

see Installation and Configuration.

Clone this wiki locally