summaryrefslogtreecommitdiff
path: root/Login.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-18 21:15:29 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-18 21:15:29 +0800
commit56f6b67c908f0feb8d45ba92ae3abe5c7d0ab89c (patch)
tree9774e48271a264185fbda844216f632fba99d2d0 /Login.qml
parentab313930e5ecc2bdfd01f427eab25b9d5db5ac1e (diff)
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
Diffstat (limited to 'Login.qml')
-rw-r--r--Login.qml3
1 files changed, 1 insertions, 2 deletions
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")