Skip to content

Release Notes 1.14.11

CEP 1.14.11 fixed an issue and improvements

What’s New?

Enforced Smartphone Enrollment and Testing Visual Confirmation

The visual confirmation for enrollment and testing the Smartphone method. If test enforcement has been enabled, the cancel button is no longer available when enrollment is in progress. So the user has to follow all the instructions until the end.

Additional Overwrite For Custom Translation

The Overwrite directory within the container can now be used to overwrite specific translations messages If this is maybe necessary in a special environment. To overwrite just one or a view of custom messages in this environment would reduce the overhead created by managing all messages for an additional environment.

docker-compose.yml
version: "3.5"
services:
  cep:
    image: registry.example.com/aaf/MY-cep:latest
    container_name: cep
    volumes:
      - aaf_webd-config:/etc/nginx/certs:ro
      - ${PWD}/custom-translation:/var/www/html/translations/custom
      - ${PWD}/overwrite-translation:/var/www/html/translations/overwrite
    restart: unless-stopped
    ports:
      - "8443:443"
    env_file:
      - language.env
      - base.env
volumes:
 aaf_webd-config:
   external: true

Issues

  • A enforced test for smartphones has been implemented with 1.14.10. This feature added an issue that deletes the smartphone method if the test fails. This issue has been fixed 1.14.11