After installing the Token module, it's no longer possible to save the user configuration form (/admin/config/people/accounts).

It seems like some of the core tokens used in the system mails don't validate anymore after installing the Token module.

Drupal shows the following error messages:

Body is using the following invalid tokens: [user:one-time-login-url].
Body is using the following invalid tokens: [site:account-name].
Body is using the following invalid tokens: [user:cancel-url].

It's not possible to save any changes made to the form. After uninstalling the Token module everything's working again.

Comments

majusz created an issue. See original summary.

Berdir’s picture

site:account-name is a core issue that's RTBC: https://www.drupal.org/node/2587275

The other two weren't reported there. Interesting. They have a special restricted flag. This might be a regression of some recent refactoring, that doesn't aren't included anymore when doing validation.

Berdir’s picture

Status: Active » Postponed (maintainer needs more info)

Anyone still seeing this? the core issue was fixed by now.