Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Commit

Permalink
Go back away from basic auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksrobertson committed Jun 3, 2016
1 parent 8f07372 commit 744bfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin_controller.rb
@@ -1,5 +1,5 @@
class AdminController < ApplicationController
http_basic_authenticate_with name: BostonRuby::Admin[:username], password: BostonRuby::Admin[:password]
#http_basic_authenticate_with name: BostonRuby::Admin[:username], password: BostonRuby::Admin[:password]
# Put the before filter to authenticate here I think

before_filter :check_for_authenticated_user
Expand Down

0 comments on commit 744bfb3

Please sign in to comment.