Skip to content

Commit

Permalink
Convert users.yml to actual template
Browse files Browse the repository at this point in the history
Since we're using `template` for this file now, convert it to an actual template.
  • Loading branch information
darronschall committed Dec 12, 2024
1 parent ab85764 commit 93e1121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

lazaro_nixon:
email: [email protected]
password_digest: <%= BCrypt::Password.create("Secret1*3*5*") %>
password_digest: <%%= BCrypt::Password.create("Secret1*3*5*") %%>
verified: true

0 comments on commit 93e1121

Please sign in to comment.