big retard password

This commit is contained in:
Evan Burkey 2025-02-03 14:44:05 -08:00
parent 5c0d9e9435
commit e9f8d9af8e

View File

@ -1,5 +1,7 @@
class AdminController < ApplicationController class AdminController < ApplicationController
PASSWORD = "butts" # echo "ya got butts?" | sha256
PASSWORD = "50cf9308a2cd117a16f7c1f8eb2267fb87556066403b751f8fbf0af159bc9bac"
before_action :authenticate_admin, only: [:index, :set_alt, :clear_alt ] before_action :authenticate_admin, only: [:index, :set_alt, :clear_alt ]
def index def index