If the profile module is turned on, workflow-ng should scan the available profile_fields and allow those to be used as tokens for users.
We'd like to use this for a rule that would help us ask user's to update their account profiles. For example, if we add a new "Company" field that is now required. We'd like existing users to be redirected to their account edit page to update that information before continuing into the site.
Comments
Comment #1
fagoNice idea. You could also do it by writing a condition that checks the field, or better an arbitrary field. However, the token way would work too. But that would require token support for profile fields - as you say - which is a feature request for the token module.