From 3d5fe0c05ec31993c5cf85f18f7202719f5bda11 Mon Sep 17 00:00:00 2001 From: ulrich@undisclosed Date: Sat, 09 May 2020 16:03:12 +0000 Subject: [PATCH] Dialog Neuer Nutzer begonnen --- web/WEB-INF/sql.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/web/WEB-INF/sql.properties b/web/WEB-INF/sql.properties index 8de6b17..7613271 100644 --- a/web/WEB-INF/sql.properties +++ b/web/WEB-INF/sql.properties @@ -38,6 +38,12 @@ <entry key="deleteUserRoles"> delete from app.user_roles where user_name = ? </entry> + <entry key="getUserData"> + select user_name,user_first,user_last,user_email from app.users where user_name = ? + </entry> + <entry key="getUser"> + select * from app.users where user_name = ? + </entry> <entry key="getDateList"> select substr(or_zeit,1,8) as tag, count(*) as anz from app.orte as orte where or_pers_id = ? -- Gitblit v1.9.3