From 4cbba36c767e78916a2a2ca78df2669555b460b4 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 15 Aug 2014 23:01:47 -0400 Subject: [PATCH] updated readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00db0f9..a679160 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ NodeBB Plugin that allows users to login/register via any configured OAuth provi 1. Fork this plugin * ![](http://i.imgur.com/APWHJsa.png) -1. Activate it in the plugins page +1. Add the OAuth credentials (around line 30 of `library.js`) +1. Update profile information (around line 137 of `library.js`) with information from the user API call +1. Activate this plugin from the plugins page 1. Restart your NodeBB -1. Fill in the proper information in the "Generic OAuth" page -1. Hit "Save" and try to log in with the new OAuth Provider (from `/login`) -1. Update profile information (around line 100 of `library.js`) with information from the user API call 1. Let NodeBB take care of the rest ## Trouble?