I haven enabled github connect on my homepage. When I click 'Login with GitHub', I am asked for my login credentials. When I then click submit, I receive a 404 error.
I have created a github app, but I can't find anywhere on my Drupal instance to type the secret key etc. GitHub connect is listed on my module list, but there are no 'configure' links.
Comments
Comment #1
joooey commentedComment #2
vikom commentedHi joooey. The settings page is at /admin/config/people/github. You can always look at a modules implementation of hook_menu to see which pages are provided.
/Viktor