ucc-adduser doesnt like spaces pipes and other mischief in the password field
probably to do with missing quotes around a shell expansion
STR
- sudo ucc-adduser
- input a password with a space, pipe (
|
), or both - witness breakage
probably to do with missing quotes around a shell expansion
STR
|
), or bothNo child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
added good-first-project minorly-borked labels
removed minorly-borked label
added majorly-borked label
Also observed with other tricky characters, like /. Definitely bad escaping. Patch looks good to me, but judging by the curt patch note I presume it has yet to be tested?