First of all Hi to everyone as i am new here.
Right, i have made a custom login form to webmail so it integrates into my website better, which works fine and goes direct to roundcube as i made it do.
But my problem is this...
If a user gets the username/password incorrect, it just goes to the cpanel login form which i don't want it to.. same as when a user logs out of roundcube, it redirects back to the cpanel form.
How can i stop it doing this, is there even a way?
Thanks.
p.s. The method i have used for using my own form is redirecting to :2095/login/?user=xxx&pass=xxx on form submit and using the forms $_POST data to get the user and pass fields.
Right, i have made a custom login form to webmail so it integrates into my website better, which works fine and goes direct to roundcube as i made it do.
But my problem is this...
If a user gets the username/password incorrect, it just goes to the cpanel login form which i don't want it to.. same as when a user logs out of roundcube, it redirects back to the cpanel form.
How can i stop it doing this, is there even a way?
Thanks.
p.s. The method i have used for using my own form is redirecting to :2095/login/?user=xxx&pass=xxx on form submit and using the forms $_POST data to get the user and pass fields.