Drupal 7 Error for Invalid Tokens when enabling Visitos for Registration Page -


i want allow visitors register site.

i have enabled both modules token , entity token.

for have done following in drupal 7 site.

  • list item
  • go url: http ://my-site-url/admin/config/people/accounts
  • change registration , cancellation options
  • who can register accounts?

1 administrators only

2 visitors ( checked )

3 visitors, administrator approval required checkbox checked email verification.

then, click <save> button.

i have following error given while updating admin/config/people/accounts settings.

the subject using following invalid tokens: [site:name]. body using following invalid tokens: [user:name], [user:one-time-login-url], [site:name], [site:login-url]. subject using following invalid tokens: [user:name], [site:name]. body using following invalid tokens: [user:name], [site:name]. subject using following invalid tokens: [user:name], [site:name]. body using following invalid tokens: [user:name], [user:one-time-login-url], [site:name], [site:login-url]. subject using following invalid tokens: [user:name], [site:name]. body using following invalid tokens: [user:name], [user:one-time-login-url], [site:name]. subject using following invalid tokens: [user:name], [site:name]. body using following invalid tokens: [user:name], [user:one-time-login-url], [site:name], [site:login-url]. subject using following invalid tokens: [user:name], [site:name]. body using following invalid tokens: [user:name], [site:name]. subject using following invalid tokens: [user:name], [site:name]. body using following invalid tokens: [user:name], [user:cancel-url], [site:name], [site:url-brief]. subject using following invalid tokens: [user:name], [site:name]. body using following invalid tokens: [user:name], [site:name]. 

i don't understand why error given me @ time of update settings.

at bottom of account settings screen, there group of email templates can configure various emails system send various user account actions ("account activation," "account blocked, etc). use tokens in body, subject, etc, , tokens reason coming invalid.

check site information config (admin/config/system/site-information) , make sure relevant fields filled in properly. or, quick , dirty solution, edit templates, remove tokens, , replace site's equivalents. it's better make sure tokens have valid values.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -