开发者

Password field name change in Drupal7

开发者 https://www.devze.com 2023-02-22 09:37 出处:网络
How to rename the registration pass开发者_如何学编程word field in drupal7?You need to use the hook hook_form_alter(). There are a lot of tutorial on how to use form_alter to change form elements, for

How to rename the registration pass开发者_如何学编程word field in drupal7?


You need to use the hook hook_form_alter(). There are a lot of tutorial on how to use form_alter to change form elements, for exemple this one (randomly found)

0

精彩评论

暂无评论...
验证码 换一张
取 消