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 /pages/CreateProfile.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 'pages/CreateProfile.qml')
-rw-r--r-- | pages/CreateProfile.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 + + ">") } } |