Home Our products Contact Projects Webhosting Webdesign Ask for a free quote Newsletter Photo Gallery Download
  • PHP
  • Horizon QCMS
  • Web hosting
  • Webdesign
  • 2nd installation
  • login screen
  • Enable URL rewrite
  • Security
  • QCMS tags
  • How do I change the login screen?

    How do I change the login screen?


  • Home
  • Our products
  • Contact
  • Projects
  • Webhosting
  • Webdesign
  • Ask for a free quote
  • Newsletter
  • Photo Gallery
  • Download




  • ReFri Software
    Het Breed 927
    1025 JG AMSTERDAM
    Netherlands

    Phone: +31-(020) 634-4526
    email: info@refrisoftware.com 

    Company Registration No: 34116114







    Open config.php in Notepad and search for login configuration:

    # Login configuration.  
    # Set to false if you want to login with your username instead  
    # of your email address.  

    #$login_email = true;  
    $login_email false;  

    Change $login_email in true, like this:
    # Login configuration.  
    # Set to false if you want to login with your username instead  
    # of your email address.  

    $login_email true;  
    #$login_email = false; 

    Save the results.

    Next time you login, Horizon will ask for your username. 



    page loaded in : 0.007552seconds