0
votes

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 !

1
localhost link is useless for us to help. - maskacovnik
you have the login page at localhost/mytheme/user - Ardit Meti

1 Answers

1
votes

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