Skip to content

Commit 7c76900

Browse files
committed
fix: Forgotten LostPasswordStep3Skel
1 parent 67964d8 commit 7c76900

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/viur/core/modules/user.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ class LostPasswordStep3Skel(skeleton.RelSkel):
319319
password = PasswordBone(
320320
descr="New Password",
321321
required=True,
322+
tests=PasswordBone.STANDARD_TESTS,
323+
test_threshold=4,
322324
params={
323325
"tooltip": i18n.translate(
324326
key="viur.core.modules.user.userpassword.lostpasswordstep3.password",

0 commit comments

Comments
 (0)