Add validation on route ChangePasswordCitizenRequest

This commit is contained in:
2021-04-08 17:55:05 +02:00
parent eb399392c9
commit 9d3eeeb04b
7 changed files with 23 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ private fun createWorkgroup(
.toLowerCase().replace(' ', '-')
val user = UserForCreate(
username = username,
password = "azerty",
password = "Azerty123!",
)
CitizenForCreate(
name = creatorName,