Skip to content

Commit

Permalink
fixed comment (#7714)
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Garcia <omarcruz11@hotmail.com>
  • Loading branch information
Cr0s4k committed Sep 3, 2020
1 parent 240b1cb commit 4987c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ module.exports = {
}

// Throw an error if the password selected by the user
// contains more than two times the symbol '$'.
// contains more than three times the symbol '$'.
if (strapi.plugins['users-permissions'].services.user.isHashed(params.password)) {
return ctx.badRequest(
null,
Expand Down

0 comments on commit 4987c1d

Please sign in to comment.