Skip to content

Commit

Permalink
Merge pull request #1780 from dpfaffenbauer/issues/md5
Browse files Browse the repository at this point in the history
[User] remove md5 password and use password_hash
  • Loading branch information
dpfaffenbauer authored Nov 12, 2021
2 parents 38618a8 + ce105b8 commit cabc99b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"queryColumnType": "varchar(190)",
"columnType": "varchar(190)",
"phpdocType": "string",
"algorithm": "md5",
"algorithm": "password_hash",
"salt": "",
"saltlocation": "back",
"name": "password",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
{
"fieldtype": "password",
"width": "",
"algorithm": "md5",
"algorithm": "password_hash",
"salt": "",
"saltlocation": "back",
"name": "password",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"queryColumnType": "varchar(190)",
"columnType": "varchar(190)",
"phpdocType": "string",
"algorithm": "md5",
"algorithm": "password_hash",
"salt": "",
"saltlocation": "back",
"name": "password",
Expand Down

0 comments on commit cabc99b

Please sign in to comment.