JPDev@programming.dev to Software Gore@programming.dev · 1 year agoPassword must match the followingprogramming.devimagemessage-square28fedilinkarrow-up113arrow-down10
arrow-up113arrow-down1imagePassword must match the followingprogramming.devJPDev@programming.dev to Software Gore@programming.dev · 1 year agomessage-square28fedilink
minus-squareWilzax@lemmy.worldlinkfedilinkarrow-up1·1 year 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.