OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so. Need help?Before you ask
My company wanted me to separate the customer.pl page into three different pages, they were login, lost password and create account pages.
so the looked maybe looked like this one :
username :
Password:
(Login)
Create Account <--link
Lost Password? <--link
I have tried to make new .pl file but it didn't work. Perl is new for me so I really didn't now what should I do with the link D:
$Env{"BaseLink"} contains the value of the linkpart following your FQDN, default being /otrs/index.pl?
Whatever this might be:
&Location=$LQData{"test"}"
it requires to define "test" upfront and a way to interpret &Location= as something usefull.
Another - much easier - way to achieve your goal woul be to alter the original CustomerLogin.dtl (create your own theme!) using css to mimic different screens.
I agree with Daniel/tisar ... Since the ability to recover password and create account are already on the first page, and perhaps the idea is to "clean up" the login page, you might better and easier be served by Googling "javascript hide show div" and applying that to anchor <a href="javascript:togglevisible">Create User</a>
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so. Need help?Before you ask