Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drupal custom login/registration in front end

I'm developing a website using Drupal 6. I'm using my own theme and it's all working perfectly. Now i need to create a custom login/registration form in my website using my custom theme. I have tried a lot of ways, but everything redirects to my admin theme, the same thing happens with login errors.

How can i fix these problems and do a login/registration forms using my front end theme?

like image 611
tibin mathew Avatar asked Jan 22 '26 18:01

tibin mathew


1 Answers

Take a look at Customizing and Overriding User Login page, Register, and Password Reset in Drupal 6.

like image 96
Laxman13 Avatar answered Jan 24 '26 09:01

Laxman13