Skip to main content
Skip table of contents

Workflow Passwort zurücksetzen

CODE
<?xml version="1.0" encoding="UTF-8"?>
<workflow name="SendInBlueKennwortaenderung" trigger="PasswordReset" start="#2" engine="INTERNAL">
   <step id="#2" name="1" action="Centauri.Shop.Workflows.Process.Get">
      <data>
         <parameter>password,name,title,appellation,firstname,surename,company,company_department,company_memo,street,zip,city,country,sup_company,sup_company_department,sup_company_memo,sup_street,sup_zip,sup_city,sup_country,tel,email,vatid</parameter>
         <xpath>password,customer/surename,customer/title,customer/appellation,customer/firstname,customer/surename,customer/company,customer/company_department,customer/company_memo,customer/street,customer/zip,customer/city,customer/country,customer/sup_company,customer/sup_company_department,customer/sup_company_memo,customer/sup_street,customer/sup_zip,customer/sup_city,customer/sup_country,customer/tel,customer/email,customer/vatid</xpath>
      </data>
      <transition destination="#3" success="yes" />
   </step>
   <step id="#3" name="2" action="Centauri.Shop.Workflows.SendInBlue.Send" final="yes">
      <data>
         <parameter>password,subject,title,appellation,firstname,surename,company,company_department,company_memo,street,zip,city,country,sup_company,sup_company_department,sup_company_memo,sup_street,sup_zip,sup_city,sup_country,tel,email,vatid</parameter>
         <subject>Passwort Änderung</subject>
         <template>13</template>
      </data>
   </step>
   <mapping origin="*" />
</workflow>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.