Sito marketing, SEO, legal, live programmata e branding Match Live Tv.
Logo e favicon nel header, partite programmate su web e mobile, reset password, pagine FAQ/sitemap, privacy/termini GDPR e icona Android «Match Live Tv». Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddPasswordResetToUsers < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :users, :password_reset_digest, :string
|
||||
add_column :users, :password_reset_sent_at, :datetime
|
||||
add_index :users, :password_reset_digest, unique: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user