JPDev@programming.dev to Software Gore@programming.dev · 1 year agoPassword must match the followingprogramming.devimagemessage-square51fedilinkarrow-up1433arrow-down14
arrow-up1429arrow-down1imagePassword must match the followingprogramming.devJPDev@programming.dev to Software Gore@programming.dev · 1 year agomessage-square51fedilink
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.