Drupal "one-time login"/"password reset" 链接在纯文本电子邮件中被截断

Drupal "one-time login"/"password reset" links are truncated in plain-text emails

Gmail 去除冗长的密码重置 link 并导致 404 页面。这里是收邮件。

  Data Team,

   A request to reset the password for your account has been made at Test site

  You may now log in by clicking this link or copying and pasting it to your 
  browser:

  https://www.testsite.com.au/user/reset/22712/14926662...
  [1]

  This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.

  --  Testsite Australia team


  [1]   https://www.testsite.com.au/user/reset/22712/1492666251/YEBUB5BS_d6dTPkMHGoV4U3FYxwqtt0xsreHjp1FUCI

我正在使用 drupal 7,邮件是从后端配置的 admin/config/people/accounts as

[user:name],

A request to reset the password for your account has been made at 
[site:name].

You may now log in by clicking this link or copying and pasting it to your 
browser:

[user:one-time-login-url]

This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.

--  [site:name] team

谁能帮我解决这个问题

谢谢

在您的内容格式设置配置中增加 最大 link 长度 admin/config/content/formats/plain_text 将其设置为 999 例如。