
{ Information needed to audit forced changes to a user's password.
{
{ DESCRIPTION_RECORD_NAME_P - a pointer to the description record name.
{ VALIDATION_FILE_P - a pointer to the name of the affected validation file.
{ USER_NAME_P - a pointer to the user name in the validation record key.
{ FIELD_NAME_P - a pointer to the name of the field being changed.

  TYPE
    sft$ai_force_user_password = record
      description_record_name_p: ^ost$name,
      validation_file_p: ^fst$file_reference,
      user_name_p: ^ost$user_name,
      field_name_p: ^ost$name,
    recend;

*copyc fst$file_reference
*copyc ost$name
*copyc ost$user_identification
