Code:
ErrNSPass {
  if ($?!="WARNING ! Your identicifaton password for $me is wrong ! Do you want to change it ?") {
    set %IDPass $$?*="Enter your new password: " 
    .msg ns identify %IDPass
    %IDPass = $encode(%IDPass,m)
  }
}


Here you go. smile