Add password reset

Closes #15
This commit is contained in:
ricola 2025-06-07 18:38:33 -06:00
parent 84278741a5
commit fa4f77c365
14 changed files with 222 additions and 32 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.2].define(version: 2025_03_28_014902) do
ActiveRecord::Schema[7.2].define(version: 2025_06_07_233053) do
create_table "candidates", force: :cascade do |t|
t.integer "vote_id"
t.string "name"
@ -44,6 +44,7 @@ ActiveRecord::Schema[7.2].define(version: 2025_03_28_014902) do
t.string "password"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "reset"
end
create_table "votes", force: :cascade do |t|