Skip to content

Certificate Reset by mail plugin(#1605)

This plugin is a new feature that's allows users to reset their certificate informations.

kinematics

  • User click the reset certificate button.
  • He enters his mail and the capcha.
  • If mail is found in directory, a mail is sent with a link.
  • User click to the link and comes back to portal
  • The portal asks him to enter his certificate (base64 pem only)
  • the certificate and a computed field are stored in two attributes defined by administrator
  • a confirmation mail is sent.

Manager configuration

The administrator active the plugin, defind mails contents, mails subjects, and the minimun duration before the certificate expire.

Limitation

*.p12 certificate not accepted

Notes:

  • Right now only LDAP is avaible for registerDB

Merge request reports