Login with empty password

Hello to all,
I have a login form that call a general menu. I want that when a user enter with a empty password, automatlly in the menu appear a form with a change password for these user.
How can i do load menu and then load the change password in the menu??
Will work these code :
Sc_redir(menu.php)
Sc_redir(change-login.php)
??

Regards
Antonio Garcia

Re: Login with empty password

its better when the user enter an empty password, you redirect to the change password application. after the user change the password, you redirect to the menu application.