Skip to content

Commit

Permalink
diable login until we can change the mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Feb 7, 2020
1 parent 42820ad commit 49ce612
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,17 @@
</li>{% endif %}{% endfor %}
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- Login is disabled until login mechanism is updated since GitHub deprecated the access_token method: -->
<!-- https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters -->
<!--
<a href="https://github.com/login/oauth/authorize?client_id={{ site.oauth_client_id }}&amp;scope=read:org"
class="login-btn btn btn-default navbar-btn">
<span class="glyphicon glyphicon-user"></span> &nbsp;Login with Github
</a>
-->
<a href="" class="login-btn btn btn-default navbar-btn">
<span class="glyphicon glyphicon-user"></span> &nbsp;Login disabled for now
</a>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand Down

0 comments on commit 49ce612

Please sign in to comment.