Posted by vccdrupal on August 27, 2012 at 6:01pm
So I've installed COD for the first time and after I logged out, I can't see where I can log in to get back in =(
Where is the login link? How do I make a login form appear in my sample site?
Thanks
Comments
Not the right spot
This is not the right spot for an answer. Add it to the issue queue.
http://drupal.org/project/issues/cod. Also include what version you are using.
What is this area for then?
Sorry... I don't think it's an issue is it? Not sure where to get some newbie assistance
Could you copy and paste the direct url to where I should go then?
version is 6.x.1-0-RC1 on redhat 6.3 running mysql 5.5 & php 5.4
/user url will take you login form
your-site.com/user will take you to login form.
Hope I understood your issue and this can help you.
crazyrohila
#Ubuntu, #Drupal
sorry did not work - mysite/user
Hi Crazyrohila,
I tried that url and its did not work.. just got the basic "the requested URL/usre was not found on this server"
Okay! this is
This is surprising. This should have work.
Have you enabled your clean url settings ? If not then you should try mysite/?q=user url for login page. and more about clean urls is here http://drupal.org/getting-started/clean-urls .
crazyrohila
#Ubuntu, #Drupal
Okay.. I understand
Thank you again. I'll look into the clean url situation.
But in the meantime, how do make a login/or create account show up on the page? All I see is just the site... nowhere to login
eventually, I will like to connect to our AD ldap server and use that as a log in instead.
Enable login block in any region
Enable login block in any side-bar or header region from "mysite/admin/build/block" .
crazyrohila
#Ubuntu, #Drupal