-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
33 lines (23 loc) · 925 Bytes
/
README.txt
File metadata and controls
33 lines (23 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Configuration
* Author
INTRODUCTION
------------
GitHub Connect module gives site visitors the option to register/login using their GitHub (http://www.github.com) account.
INSTALLATION
--------------------------
Install the module like any other Drupal module.
To make use of it you will need to create a GitHub application at https://github.com/account/applications/new
It is important to set the correct URLs here or else the module won´t work.
Main URL: http://<yourdomain.com>/
Callback URL: http://<yourdomain.com>/github/register/create
CONFIGURATION
--------------------------
* Enter the Client ID and Client Secret from you GitHub application at the modules settings page (/admin/config/people/github).
* Place the GitHub Connect block where you want it to be displayed.
AUTHOR
---------------------
vikom (Viktor Miranda)