Make token pass the validation of email field in action NewUser
Problem/Motivation
In a project we want to create users from webform submissions. For that we want to fill the email field with data from the submission using token. At the moment the validation does not allow the usage of token and throws an error while saving the model.
Edited by drupalbot