From 744bfb339aba1802626873fd20fa09fded191a75 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Fri, 3 Jun 2016 11:32:12 -0400 Subject: [PATCH] Go back away from basic auth. --- app/controllers/admin_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index c12f3b49..99c655fd 100644 --- a/app/controllers/admin_controller.rb +++ b/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