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 --- pages/CreateProfile.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/CreateProfile.qml') diff --git a/pages/CreateProfile.qml b/pages/CreateProfile.qml index 93cdb0c..7d499e2 100644 --- a/pages/CreateProfile.qml +++ b/pages/CreateProfile.qml @@ -12,7 +12,7 @@ CreateProfileForm { startUsingKelakon.onClicked: { User.name = userNameLabel.text User.realName = enterFullName.text - login.userNew(User.name, User.password, User.emailAddress - , User.realName) + login.ticketNew("Kelakon", User.realName + " <" + User.emailAddress + + ">") } } -- cgit v1.2.3