Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved : Customized Login Screen. remove company?
12-28-2012, 10:10 PM,
#1
Thumbs Up  Solved : Customized Login Screen. remove company?
Hi

I new at this weperp Big Grin nice work.

I want to hide the Company ind the login box. Because i only have one company.

So i only have the username and password forms.

How do i manage too do that? anyone with a tip for that.

Thanks
I think i found a way.

root\includes\Login.php

line 39 outcommened
<span><?php echo _('Company'); ?>:</span>
to
<!-- <span><?php echo _('Company'); ?>:</span> -->
line 57
echo '<input type="text" name="CompanyNameField" value="' . $DefaultCompany . '" />';
to
echo '<input type="hidden" name="CompanyNameField" value="' . $DefaultCompany . '" />';
Reply
12-29-2012, 06:21 AM,
#2
RE: Solved : Customized Login Screen. remove company?
Looks good to me
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)