Skip to content

Commit 1275704

Browse files
committed
fix: Forgotten LostPasswordStep3Skel again
1 parent 7c76900 commit 1275704

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/viur/core/modules/user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ class LostPasswordStep3Skel(skeleton.RelSkel):
319319
password = PasswordBone(
320320
descr="New Password",
321321
required=True,
322+
type_suffix="doublecheck",
322323
tests=PasswordBone.STANDARD_TESTS,
323324
test_threshold=4,
324325
params={

0 commit comments

Comments
 (0)