Skip to content

feat: add param skip_reconfirmation

Add param skip_reconfirmation for user update in conjunction with email modification.

ex :

mmuser:
  email: "test@my.tld"
  skip_confirmation: true //for user count creation, so email
  skip_reconfirmation: true // for email update

NOTE : User mail modification add new mail as primary and the old one as secondary.

Merge request reports