diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 21:15:29 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 21:15:29 +0800 |
commit | 56f6b67c908f0feb8d45ba92ae3abe5c7d0ab89c (patch) | |
tree | 9774e48271a264185fbda844216f632fba99d2d0 /Login.qml | |
parent | ab313930e5ecc2bdfd01f427eab25b9d5db5ac1e (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.qml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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") |