From b320406dcca881eb33b77a540570c28cd74970b7 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 21 Aug 2014 10:52:18 -0400 Subject: [PATCH] more keywords and removed unused template --- package.json | 2 + templates/admin/plugins/sso-oauth.tpl | 81 --------------------------- 2 files changed, 2 insertions(+), 81 deletions(-) delete mode 100644 templates/admin/plugins/sso-oauth.tpl diff --git a/package.json b/package.json index 39c9343..5b3e690 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,10 @@ "nodebb", "plugin", "oauth", + "oauth2", "sso", "single sign on", + "login", "registration" ], "author": { diff --git a/templates/admin/plugins/sso-oauth.tpl b/templates/admin/plugins/sso-oauth.tpl deleted file mode 100644 index 6aed694..0000000 --- a/templates/admin/plugins/sso-oauth.tpl +++ /dev/null @@ -1,81 +0,0 @@ -

Generic OAuth Authentication

-
- -
-
-

- Please refer to your OAuth provider's documentation for appropriate values. All fields are mandatory. -

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- -
- -
-
- -
-
- -
-
- -
- -
- -
-
-
- - - - \ No newline at end of file