Project

General

Profile

Actions

Evolution #1215

closed

Import des mots de passe chiffrés

Added by Florent Fayolle about 6 years ago. Updated over 4 years ago.

Status:
Fermé
Priority:
Normal
Category:
Core
Target version:
Start date:
11/18/2018
Due date:
% Done:

100%

Estimated time:

Description

L'import CSV devrait permettre l'import des mots de passe hashé avec bcrypt dès lors que le hash comporte le sel.

Cas d'utilisation : je change de BDD, je voudrais pouvoir réimporter mes membres sans réinitialiser tous les mots de passe.

Actions #1

Updated by Johan Cwiklinski about 6 years ago

  • Category set to Files generation
  • Target version set to 0.9.2
Actions #2

Updated by Johan Cwiklinski about 6 years ago

Note pour le développement, pour voir s'il s'agit d'un hash correct, on peut utiliser :

$infos = password_get_info($string);
// $infos == [
//  'algo'             => 0
//  'algoName'  => "unknown" 
//  'options'        => []
//]
</code</pre>

Actions #3

Updated by Johan Cwiklinski almost 6 years ago

  • Target version deleted (0.9.2)
Actions #4

Updated by Johan Cwiklinski over 4 years ago

  • Category changed from Files generation to Core
  • Status changed from Nouveau to In Progress
  • Assignee set to Johan Cwiklinski
  • Target version set to 0.9.4
Actions #5

Updated by Johan Cwiklinski over 4 years ago

  • Status changed from In Progress to Résolu
  • % Done changed from 0 to 100
Actions #6

Updated by Johan Cwiklinski over 4 years ago

  • Status changed from Résolu to Fermé
Actions

Also available in: Atom PDF