redirect page to other page after change password

iyan

Verified User
Joined
Oct 14, 2003
Messages
22
Location
Palembang
helo all

can we redirect to other page instead of directadmin login when user changed their password from CMD_CHANGE_EMAIL_PASSWORD page ?

regards
IYAN
 
Hello,

I assume you're using php...
You need to use http:// whevnere making an href url with a full link:

<a href="http://<? $HTTP_HOST ?>:2222/CMD_CHANGE_EMAIL_PASSWORD">link</a>

If you want to create your own "change password" page.. just create it on your your own website (hosted through apache).. and just use a form exactly like on the CMD_CHANGE_EMAIL_PASSWORD page... add the "redirect" value as described in that link (above).

John
 
Back
Top