TK_AU_GetPwdChangeReasons

   PROIV Aurora Help

Retrieves a list of common reasons for a password change.

If you want to implement your own version of this task, then return the following xml:

<ChangeReasons>

  <ChangeReason>

    <ReasonCode>exp</ReasonCode>

    <ShortDesc>password expired</ShortDesc>

    <LongDesc>Password has expired</LongDesc>

  </ChangeReason>

</ChangeReasons>

This Task calls the Start function @AU_GetPwdChangeReasons by default. When implementing a third party security and menu system, it is recommended that you implement this specific function name instead of altering the Task Definition to call an alternative Start function. You can import an empty version of the function from the aurora_core_replaceables.vpx file and then edit as appropriate. However, if you change the Start function on the Task Definition to call an alternative function name, the definition must be changed at system upgrade with a new version from the aurora_core_replaceables.vpx file.

 


 

Comment on this topic

Topic ID: 810051