workflow_ng

Events happening in the community are now at Drupal community events on www.drupal.org.
Alexander Ufimtsev's picture

Examples of "Execute custom PHP code"?

Hi All,

Are there any 'execute custom php code' examples available for workflow-ng v 2.1? I am trying to set 'alt_login' username upon user creation:

$alt_login = $account;
return array("alt_login" => $account);

but I guess that's too simplistic. Should I actually do it with SQL statements, etc? If so, are there any limitations on PHP execution via workflow-ng? Any code samples, etc?

Thanks in advance,
Alex

Read more
Subscribe with RSS Syndicate content