I want to make it so that in my admin area, i can diable the customer login. i have a table "disable_customer_login" with the fields "disabled (bool), message, date"

when the user visits the page it checks if login is enable and either displays the customer page, or diaplays the message and date.