哪吒机器人提醒:

提醒:Codestore Activity Log
【标题】A Reason Not to Like Notes | Blog
【摘要】 i've been working on a user registration "component" for a domino database. something to let users register for access and then, once logged in, change their passwords. as part of both processes the password entered is validated and checked it's of a certain quality. it has to be a certain length as well as containing both uppercase and lowercase letters along with some numbers. so, "p4ssw0rd" is ok but "p4ssw0rd" and "p4ssw0rd" aren't. i needed to perform this validation both in @formula and ... (02-17 10:59)