Creating "Customer users" via external webpage

Moderator: crythias

Post Reply
cepin
Znuny newbie
Posts: 5
Joined: 22 May 2015, 14:55
Znuny Version: 4.0.7

Creating "Customer users" via external webpage

Post by cepin »

Hi all,
my idea is to add Customer users into otrs via some external webpage.

Something like easy webpage with form...Name, Surname, email, password, group, ..... And once filled user will click on submit and user will be created in otrs.

Pls it is somehow possible? Any ideas how to do that?

Thanks
eandrex
Znuny expert
Posts: 213
Joined: 04 Nov 2012, 23:58
Znuny Version: OTRS 4.x
Real Name: Esteban
Company: NORTON DE COLOMBIA

Re: Creating "Customer users" via external webpage

Post by eandrex »

Your OTRS installation comes with a way to do that.

Just point your web browser to
http://yourotrsdomain.com/otrs/customer.pl#Signup

And if you dont like the look and feel, you can create your own skin/template

Edit: If you really want to do it in an external page.. just create that web page in some server side language (php, perl, java) and connect it to OTRS database and use customer_user table
Post Reply