Skip to content

Commit

Permalink
fixup! fixup! feat: add device registration api
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Feb 9, 2025
1 parent bcdd05a commit 3285f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/randdata/password.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ func Password(total int) string {
// the password in a dotenv file
// Note: Don't use '"' double quote as some api does not
// support parsing it (e.g. bulk device registration api)
Symbols: "`~!@$%^&*()_|+-=?;:',.<>{}[]\\/,",
// Note: Don't use "\" as it just makes escaping more difficult
Symbols: "`~!@$%^&*()_|+-=?;:',.<>{}[]/,",
})

if err != nil {
Expand Down

0 comments on commit 3285f47

Please sign in to comment.