Skip to content

Commit

Permalink
Change le mot de pass des comptes des reviewapps
Browse files Browse the repository at this point in the history
Pour qu'il respecte les nouvelle règles de mot de passe des superadmin
et CMR
  • Loading branch information
etienneCharignon committed Jan 19, 2024
1 parent 1f7dc26 commit fb35b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/reviewapp.rake
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace :reviewapp do
cree_campagnes_socio

Compte.find_each do |compte|
compte.encrypted_password = '$2a$11$d.kf40n..7zqTGgCPANFlOiLvwGH35EPh0OsY6euJaje3Us20KIWO'
compte.encrypted_password = '$2a$11$TE.U8c5Rka9PqDk5uL31xePkHnlp0EYsY7RuDyuhJEODObxoNGq/y'
compte.save!(validate: false)
end
end
Expand Down

0 comments on commit fb35b4f

Please sign in to comment.