Topic: edit login page

i need edit login page to this same like

user -
password
company : i need change combo box to text number this number is number in prefix in table in database company or add number of company

how can make this

Re: edit login page

To change the drop down to text box.

Just goto config.php and there you simply edit this to true.

$text_company_selection = true;  // it was false before change it to true
Subscription service based on FA
HRM CRM POS batch Themes

Re: edit login page

You will then need to input the text string for the company name and not it's numerical id.