JPDev@programming.dev to Software Gore@programming.dev · 1 year agoPassword must match the followingprogramming.devimagemessage-square50fedilinkarrow-up1431arrow-down14
arrow-up1427arrow-down1imagePassword must match the followingprogramming.devJPDev@programming.dev to Software Gore@programming.dev · 1 year agomessage-square50fedilink
minus-squareWilzax@lemmy.worldlinkfedilinkarrow-up7·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.