I want to change the text from “User Account” to something else when users get to /user/password on my Drupal site.
I am very new to Drupal.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Whatever site you’ve put Drupal on, you can always find the login page by appending “?q=user” to the end of your URL — e.g. http://www.somesite.com/?q=user.
But if you want to customize the login page, click here:
http://drupal.org/node/19855