Home page dolibarr

Hello

I contact you hoping to have idea on how to modify the home page in Dolibarr !

More precisely I want to change “Forgot password?” and change it by “Contact administrator”.

I want to delete "Forgot Password ? " How i can do that ?

Any help ?

image

Hi

Go to Home > Setup > Translation and change the Forgot Password translation label to whatever you want.

If you want to change the forgot password page, then edit the following link:

    echo '<br>';
    echo '<div class="center" style="margin-top: 5px;">';
    if ($forgetpasslink) {
            $url = DOL_URL_ROOT.'/user/passwordforgotten.php'.$moreparam; /* Change here ...*/
            if (!empty($conf->global->MAIN_PASSWORD_FORGOTLINK)) {
                    $url = $conf->global->MAIN_PASSWORD_FORGOTLINK;
            }

in file : htdocs/core/tpl/login.tpl.php

BE SURE to update this after every upgradation of Dolibarr.

thanks
yesbee.