I'm very new in Drupal and I encounter a problem.
I want to add a login page. So I have the page http://localhost/mytheme/user/login
I don't know how to display the login form into that page ....
Thanks for your help !
I'm very new in Drupal and I encounter a problem.
I want to add a login page. So I have the page http://localhost/mytheme/user/login
I don't know how to display the login form into that page ....
Thanks for your help !
First way. This is standard drupal's login form. You can use it on your custom pages user_login form
Second way. Rename Admin Paths module, which can rename you paths to standart user's operations. For example you have default yousite.com/user/login and you can set path to login as yousite.com/mytheme/user/login it's easy