i want to override function user_login_block() of user module,how can i do ?
thx!

Comments

nevets’s picture

You can create a module to implement hook_form_alter() if you want to change to elements on the form or theme the form if you want to change the look.

likefei’s picture

thank you very much ,i have successfully modified the form .

another,hook_user also can achieve,note that they have a number of different!