diff --git a/htdocs/install/etape1.php b/htdocs/install/etape1.php
index 1ab37f7d645..22fd6086804 100644
--- a/htdocs/install/etape1.php
+++ b/htdocs/install/etape1.php
@@ -145,6 +145,10 @@ if ($_POST["action"] == "set")
fputs($fp, '$collation_connection="'.$_POST["collation_connection"].'";');
fputs($fp,"\n");
+ /* Authentication */
+ fputs($fp, '$dolibarr_main_authentication="dolibarr";');
+ fputs($fp,"\n");
+
/* Preparation integration SMARTY */
fputs($fp, '$dolibarr_smarty_libs_dir="";');
fputs($fp,"\n");
diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
index db1d1a96d13..5fcd726152e 100644
--- a/htdocs/langs/en_US/main.lang
+++ b/htdocs/langs/en_US/main.lang
@@ -1,5 +1,6 @@
# Dolibarr language file - en_US - main
-charset=iso-8859-1
+CHARSET=ISO-8859-1
+DatabaseConnection=Database connection
SeparatorDecimal=.
SeparatorThousand=,
Error=Error
@@ -32,6 +33,7 @@ ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback change
ErrorConfigParameterNotDefined=Parameter %s is not defined inside Dolibarr config file conf.php.
ErrorCantLoadUserFromDolibarrDatabase=Failed to find user %s in Dolibarr database.
DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr authentication mode is setup to %s in configuration file conf.php.
This means that password database is extern to Dolibarr, so changing this field may have no effects.
+PasswordForgotten=Password forgotten ?
SeeAbove=See above
HomeArea=Home area
LastConnexion=Last connection
@@ -394,4 +396,4 @@ ShortWednesday=W
ShortThursday=T
ShortFriday=F
ShortSaturday=S
-ShortSunday=S
\ No newline at end of file
+ShortSunday=S