Configuration

Site configuration

Add these settings to your site configuration:

settings:
  COMOT:
    settings:
      minPasswordLength = 6
    storagePIDs:
      fe_users: 99
      categories: 1
      travelzones: 1
      partners: 1
      knownfrom: 1
      attendances: 2
      personalSchedule: 3
      submissions: 4
      schedule: 5
      shop: 6
      bookings: 7

Consider using the minPasswordLength also with felogin:

plugin.tx_felogin_login.settings {
  # does not work in Core v10+ https://forge.typo3.org/issues/92363
  # consider using ['FE']['checkFeUserPid']=false instead
  pages = {$COMOT.storagePIDs.fe_users}
  newPasswordMinLength = {$COMOT.settings.minPasswordLength}
}

Page TSconfig

Add this TSconfig to the sysfolders 1,3,7 as outlined in the Installation section: TCEMAIN.clearCacheCmd = cacheTag:comot