From 3eacf7b6a2113bb0545960493645255b1dae1d1c Mon Sep 17 00:00:00 2001
From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu>
Date: Thu, 15 Feb 2024 15:23:30 +0100
Subject: [PATCH] [EDELIVERY-12749] Reset password feature and refactoring of
 the email messages templates.

---
 .../eulogin/init-data/userDataBase.xml        | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/domismp-tests/domismp-docker/compose/domismp-tomcat-mysql/eulogin/init-data/userDataBase.xml b/domismp-tests/domismp-docker/compose/domismp-tomcat-mysql/eulogin/init-data/userDataBase.xml
index f7037bc0c..b5be13938 100644
--- a/domismp-tests/domismp-docker/compose/domismp-tomcat-mysql/eulogin/init-data/userDataBase.xml
+++ b/domismp-tests/domismp-docker/compose/domismp-tomcat-mysql/eulogin/init-data/userDataBase.xml
@@ -30,9 +30,24 @@
 		<strongPasswordHash>123456</strongPasswordHash>
 		<passwordLastChangedTime></passwordLastChangedTime>
 		<uid>user01</uid>
-		<cudGroups>DIGIT_SMP_ADMIN</cudGroups>
+		<cudGroups>DIGIT_SMP_USER</cudGroups>
+	</user>
+	<user>
+		<authenticationCount>1</authenticationCount>
+		<badAuthenticationCount>0</badAuthenticationCount>
+		<email>Wade.WILSON@dummy-mail-not-exists.eu</email>
+		<firstName>Wade</firstName>
+		<goodAuthenticationCount>1</goodAuthenticationCount>
+		<lastName>Wilson</lastName>
+		<objectStatus>a</objectStatus>
+		<organisation>eu.europa.ec</organisation>
+		<organisationUsername>user02</organisationUsername>
+		<passwordChangeDn>uid=smp,ou=people,dc=commission,dc=europa,dc=eu</passwordChangeDn>
+		<strongPasswordHash>123456</strongPasswordHash>
+		<passwordLastChangedTime></passwordLastChangedTime>
+		<uid>user02</uid>
+		<cudGroups>DIGIT_SMP_USER</cudGroups>
 	</user>
-
 	<user>
 		<authenticationCount>1</authenticationCount>
 		<badAuthenticationCount>0</badAuthenticationCount>
-- 
GitLab