Skip to content

Commit

Permalink
Fixing password hashing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 3, 2024
1 parent 0e126f2 commit 9dde536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/files/system/magic/users.put.hl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ auth.ticket.verify:root

// Sanity checking invocation
validators.mandatory:x:@.arguments/*/username
execute:transformers.hash-password
eval:x:+
signal:transformers.hash-password
reference:x:@.arguments/*/password

// Opening up our database connection.
Expand Down

0 comments on commit 9dde536

Please sign in to comment.