From 56f6b67c908f0feb8d45ba92ae3abe5c7d0ab89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Wed, 18 Sep 2019 21:15:29 +0800 Subject: userNew is replaced by ticketNew because we expect RT to automatically create a non-staff account for the submitter. https://rt-wiki.bestpractical.com/wiki/ManualAdministration#USERS --- Login.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Login.qml') diff --git a/Login.qml b/Login.qml index 14dc174..67e4942 100644 --- a/Login.qml +++ b/Login.qml @@ -3,8 +3,7 @@ import "larva/features" OnboardingForm { signal logIn(string name, string password) - signal userNew(string name, string password, string emailAddress - , string realName) + signal ticketNew(string queue, string requestor) signal ticketSearch(string name) function pushProfile() { stackView.push("qrc:/pages/Profile.qml") -- cgit v1.2.3