Merge pull request #10570 from demarches-simplifiees/feat/10425
ETQ Usager se connectant par FC, je dois confirmer mon mail
This commit is contained in:
commit
9fd53b182a
26 changed files with 660 additions and 332 deletions
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddAlternativeEmailColumnToFranceConnectInformationTable < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :france_connect_informations, :requested_email, :string
|
||||
end
|
||||
end
|
|
@ -712,6 +712,7 @@ ActiveRecord::Schema[7.0].define(version: 2024_08_29_141049) do
|
|||
t.string "given_name"
|
||||
t.string "merge_token"
|
||||
t.datetime "merge_token_created_at", precision: nil
|
||||
t.string "requested_email"
|
||||
t.datetime "updated_at", precision: nil, null: false
|
||||
t.integer "user_id"
|
||||
t.index ["email_merge_token"], name: "index_france_connect_informations_on_email_merge_token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue