JPDev@programming.dev to Software Gore@programming.dev · 2 years agoPassword must match the followingprogramming.devimagemessage-square51fedilinkarrow-up1437arrow-down14
arrow-up1433arrow-down1imagePassword must match the followingprogramming.devJPDev@programming.dev to Software Gore@programming.dev · 2 years agomessage-square51fedilink
minus-squareWilzax@lemmy.worldlinkfedilinkarrow-up7·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.