JPDev@programming.dev to Software Gore@programming.dev · 2 years agoPassword must match the followingprogramming.devimagemessage-square28fedilinkarrow-up117arrow-down10
arrow-up117arrow-down1imagePassword must match the followingprogramming.devJPDev@programming.dev to Software Gore@programming.dev · 2 years agomessage-square28fedilink
minus-squareWilzax@lemmy.worldlinkfedilinkarrow-up1·2 years agoTechnically just needs a number or a special character, there’s a | between the lookaheads for numbers and special characters.
Technically just needs a number or a special character, there’s a
|between the lookaheads for numbers and special characters.