Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户访问我的 Drupal 站点上的 /user/password 时,我想将文本从“用户帐户”更改为其他内容。
我对 Drupal 很陌生。
谢谢。
无论您将 Drupal 放在哪个站点上,您都可以通过在 URL 的末尾附加“?q=user”来找到登录页面——例如http://www.somesite.com/?q=user。
但是如果你想自定义登录页面,点击这里:
http://drupal.org/node/19855