20 if (!defined(
'NOBROWSERNOTIF')) {
21 define(
'NOBROWSERNOTIF', 1);
25 if (empty($conf) || !is_object($conf)) {
26 print
"Error, template page can't be called as URL";
31 $size = (int) $_SERVER[
'CONTENT_LENGTH'];
33 $langs->loadLangs(array(
"errors",
"install"));
34 httponly_accessforbidden(
'<center>'.$langs->trans(
"ErrorRequestTooLarge").
'<br><a href="'.DOL_URL_ROOT.
'">'.$langs->trans(
"ClickHereToGoToApp").
'</a></center>', 413, 1);
37 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
39 header(
'Cache-Control: Public, must-revalidate');
40 header(
"Content-type: text/html; charset=".$conf->file->character_set_client);
42 if (
GETPOST(
'dol_hide_topmenu')) {
43 $conf->dol_hide_topmenu = 1;
45 if (
GETPOST(
'dol_hide_leftmenu')) {
46 $conf->dol_hide_leftmenu = 1;
48 if (
GETPOST(
'dol_optimize_smallscreen')) {
49 $conf->dol_optimize_smallscreen = 1;
51 if (
GETPOST(
'dol_no_mouse_hover')) {
52 $conf->dol_no_mouse_hover = 1;
54 if (
GETPOST(
'dol_use_jmobile')) {
55 $conf->dol_use_jmobile = 1;
59 if (!empty($conf->dol_use_jmobile)) {
60 $conf->use_javascript_ajax = 1;
63 $php_self = $_SERVER[
'PHP_SELF'];
64 $php_self .=
dol_escape_htmltag($_SERVER[
"QUERY_STRING"]) ?
'?'.dol_escape_htmltag($_SERVER[
"QUERY_STRING"]) :
'';
65 $php_self = str_replace(
'action=validatenewpassword',
'', $php_self);
67 $titleofpage = $langs->trans(
'ResetPassword');
73 if (!preg_match(
'/'.constant(
'DOL_APPLICATION_TITLE').
'/', $title)) {
76 if (!empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) {
80 top_htmlhead(
'', $titleofpage, 0, 0, $arrayofjs, array(), 1, $disablenofollow);
83 $colorbackhmenu1 =
'60,70,100';
84 if (!isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) {
85 $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
87 $colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (empty($conf->global->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $conf->global->THEME_ELDY_TOPMENU_BACK1) : (empty($user->conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->conf->THEME_ELDY_TOPMENU_BACK1);
91 $edituser =
new User($db);
95 if ($setnewpassword && $username && $passworduidhash) {
96 $result = $edituser->fetch(
'', $username);
98 $message =
'<div class="error">'.dol_escape_htmltag($langs->trans(
"ErrorTechnicalError")).
'</div>';
100 global $dolibarr_main_instance_unique_id;
103 if ($edituser->pass_temp &&
dol_verifyHash($edituser->pass_temp.
'-'.$edituser->id.
'-'.$dolibarr_main_instance_unique_id, $passworduidhash)) {
105 unset($_SESSION[
'dol_login']);
109 $langs->load(
"errors");
110 $message =
'<div class="error">'.$langs->trans(
"ErrorFailedToValidatePasswordReset").
'</div>';
114 $langs->load(
"errors");
115 $message =
'<div class="error">'.$langs->trans(
"ErrorFailedToValidatePasswordReset").
'</div>';
120 <!-- BEGIN PHP TEMPLATE PASSWORDFORGOTTEN.TPL.PHP -->
122 <body
class=
"body bodylogin"<?php print empty($conf->global->MAIN_LOGIN_BACKGROUND) ?
'' :
' style="background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-image: url(\''.DOL_URL_ROOT.
'/viewimage.php?cache=1&noalt=1&modulepart=mycompany&file='.urlencode(
'logos/'.$conf->global->MAIN_LOGIN_BACKGROUND).
'\')
"'; ?>>
124 <?php if (empty($conf->dol_use_jmobile)) { ?>
126 $(document).ready(function () {
127 // Set focus on correct field
128 <?php if ($focus_element) {
129 ?>$('#<?php echo $focus_element; ?>').focus(); <?php
130 } ?> // Warning to use this only on visible element
136 <div class="login_center center
"<?php print empty($conf->global->MAIN_LOGIN_BACKGROUND) ? ' style="background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-image: linear-gradient(rgb(
'.$colorbackhmenu1.',0.3), rgb(240,240,240));
"' : '' ?>>
137 <div class="login_vertical_align
">
139 <form id="login
" name="login
" method="POST
" action="<?php echo $php_self; ?>
">
140 <input type="hidden
" name="token
" value="<?php echo
newToken(); ?>
">
141 <input type="hidden
" name="action
" value="buildnewpassword
">
144 <!-- Title with version -->
145 <div class="login_table_title center
" title="<?php echo
dol_escape_htmltag($title); ?>
">
147 if (!empty($disablenofollow)) {
148 echo '<a class="login_table_title
" href="https:
151 if (!empty($disablenofollow)) {
159 <div
class=
"login_table">
161 <div
id=
"login_line1">
163 <div
id=
"login_left">
164 <img alt=
"" title=
"" src=
"<?php echo $urllogo; ?>" id=
"img_logo" />
169 <div
id=
"login_right">
171 <div
class=
"tagtable centpercent" title=
"Login pass" >
174 <div
class=
"trinputlogin">
175 <div
class=
"tagtd nowraponall center valignmiddle tdinputlogin">
176 <!-- <span
class=
"span-icon-user">-->
177 <span
class=
"fa fa-user"></span>
178 <input
type=
"text" maxlength=
"255" placeholder=
"<?php echo $langs->trans("NewPassword
"); ?>" <?php echo $disabled; ?>
id=
"newpass1" name=
"newpass1" class=
"flat input-icon-user minwidth150" value=
"<?php echo dol_escape_htmltag($newpass1); ?>" tabindex=
"1" autofocus />
181 <div
class=
"trinputlogin">
182 <div
class=
"tagtd nowraponall center valignmiddle tdinputlogin">
183 <!-- <span
class=
"span-icon-user">-->
184 <span
class=
"fa fa-user"></span>
185 <input
type=
"text" maxlength=
"255" placeholder=
"<?php echo $langs->trans("PasswordRetype
"); ?>" <?php echo $disabled; ?>
id=
"newpass2" name=
"newpass2" class=
"flat input-icon-user minwidth150" value=
"<?php echo dol_escape_htmltag($newpass2); ?>" tabindex=
"1" />
192 if (!empty($captcha)) {
194 $php_self = preg_replace(
'/[&\?]time=(\d+)/',
'', $php_self);
195 if (preg_match(
'/\?/', $php_self)) {
196 $php_self .=
'&time='.dol_print_date(
dol_now(),
'dayhourlog');
198 $php_self .=
'?time='.dol_print_date(
dol_now(),
'dayhourlog');
203 <div
class=
"trinputlogin">
204 <div
class=
"tagtd tdinputlogin nowrap none valignmiddle">
206 <span
class=
"fa fa-unlock"></span>
207 <span
class=
"nofa inline-block">
208 <input
id=
"securitycode" placeholder=
"<?php echo $langs->trans("SecurityCode
"); ?>" class=
"flat input-icon-security width125" type=
"text" maxlength=
"5" name=
"code" tabindex=
"3" autocomplete=
"off" />
210 <span
class=
"nowrap inline-block">
211 <img
class=
"inline-block valignmiddle" src=
"<?php echo DOL_URL_ROOT ?>/core/antispamimage.php" border=
"0" width=
"80" height=
"32" id=
"img_securitycode" />
212 <a
class=
"inline-block valignmiddle" href=
"<?php echo $php_self; ?>" tabindex=
"4"><?php echo $captcha_refresh; ?></a>
219 if (!empty($morelogincontent)) {
220 if (is_array($morelogincontent)) {
221 foreach ($morelogincontent as $format => $option) {
222 if ($format ==
'table') {
223 echo
'<!-- Option by hook -->';
228 echo
'<!-- Option by hook -->';
229 echo $morelogincontent;
236 </div> <!-- end div login_right -->
238 </div> <!-- end div login_line1 -->
241 <div
id=
"login_line2" style=
"clear: both">
243 <!-- Button
"Regenerate and Send password" -->
244 <br><input
type=
"submit" <?php echo $disabled; ?>
class=
"button small" name=
"button_password" value=
"<?php echo $langs->trans('Save'); ?>" tabindex=
"4" />
247 <div
class=
"center" style=
"margin-top: 15px;">
250 if (!empty($conf->dol_hide_topmenu)) {
251 $moreparam .= (strpos($moreparam,
'?') ===
false ?
'?' :
'&').
'dol_hide_topmenu='.$conf->dol_hide_topmenu;
253 if (!empty($conf->dol_hide_leftmenu)) {
254 $moreparam .= (strpos($moreparam,
'?') ===
false ?
'?' :
'&').
'dol_hide_leftmenu='.$conf->dol_hide_leftmenu;
256 if (!empty($conf->dol_no_mouse_hover)) {
257 $moreparam .= (strpos($moreparam,
'?') ===
false ?
'?' :
'&').
'dol_no_mouse_hover='.$conf->dol_no_mouse_hover;
259 if (!empty($conf->dol_use_jmobile)) {
260 $moreparam .= (strpos($moreparam,
'?') ===
false ?
'?' :
'&').
'dol_use_jmobile='.$conf->dol_use_jmobile;
263 print
'<a class="alogin" href="'.$dol_url_root.
'/index.php'.$moreparam.
'">'.$langs->trans(
'BackToLoginPage').
'</a>';
274 <div
class=
"center login_main_home divpasswordmessagedesc paddingtopbottom<?php echo empty($conf->global->MAIN_LOGIN_BACKGROUND) ? '' : ' backgroundsemitransparent boxshadow'; ?>" style=
"max-width: 70%">
276 if ($mode ==
'dolibarr' || !$disabled) {
277 if (empty($message)) {
278 print
'<span class="passwordmessagedesc opacitymedium">';
279 print $langs->trans(
'EnterNewPasswordHere');
283 print
'<div class="warning center">';
284 print $langs->trans(
'AuthenticationDoesNotAllowSendNewPassword', $mode);
293 <?php
if (!empty($message)) { ?>
294 <div
class=
"center login_main_message">
300 <!-- Common footer is not used
for passwordforgotten page,
this is same than footer but inside passwordforgotten tpl -->
303 if (!empty($conf->global->MAIN_HTML_FOOTER)) {
304 print $conf->global->MAIN_HTML_FOOTER;
307 if (!empty($morelogincontent) && is_array($morelogincontent)) {
308 foreach ($morelogincontent as $format => $option) {
309 if ($format ==
'js') {
310 echo
"\n".
'<!-- Javascript by hook -->';
314 } elseif (!empty($moreloginextracontent)) {
315 echo
'<!-- Javascript by hook -->';
316 echo $moreloginextracontent;
321 if (!empty($conf->google->enabled) && !empty($conf->global->MAIN_GOOGLE_AN_ID)) {
322 $tmptagarray = explode(
',', $conf->global->MAIN_GOOGLE_AN_ID);
323 foreach ($tmptagarray as $tmptag) {
325 print
"<!-- JS CODE TO ENABLE for google analtics tag -->\n";
327 <!-- Global site tag (gtag.js) - Google Analytics -->
328 <script async src=\"https://www.googletagmanager.com/gtag/js?id=".trim($tmptag).
"\"></script>
330 window.dataLayer = window.dataLayer || [];
331 function gtag(){dataLayer.push(arguments);}
332 gtag('js', new Date());
334 gtag('config', '".trim($tmptag).
"');
342 if (!empty($conf->google->enabled) && !empty($conf->global->MAIN_GOOGLE_AD_CLIENT) && !empty($conf->global->MAIN_GOOGLE_AD_SLOT)) {
343 if (empty($conf->dol_use_jmobile)) {
345 <div
class=
"center"><br>
347 google_ad_client =
"<?php echo $conf->global->MAIN_GOOGLE_AD_CLIENT ?>";
348 google_ad_slot =
"<?php echo $conf->global->MAIN_GOOGLE_AD_SLOT ?>";
349 google_ad_width = <?php echo $conf->global->MAIN_GOOGLE_AD_WIDTH ?>;
350 google_ad_height = <?php echo $conf->global->MAIN_GOOGLE_AD_HEIGHT ?>;
353 <script src=
"//pagead2.googlesyndication.com/pagead/show_ads.js"></script>
362 </div> <!-- end of center -->
367 <!-- END PHP TEMPLATE -->
Class to manage Dolibarr users.
colorStringToArray($stringcolor, $colorifnotfound=array(88, 88, 88))
Convert a string RGB value ('FFFFFF', '255,255,255') into an array RGB array(255,255,...
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0)
Returns text escaped for inclusion in HTML alt or title tags, or into values of HTML input fields.
dol_now($mode='auto')
Return date for now.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_htmloutput_mesg($mesgstring='', $mesgarray=array(), $style='ok', $keepembedded=0)
Print formated messages to output (Used to show messages on html output).
top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $disableforlogin=0, $disablenofollow=0, $disablenoindex=0)
Ouput html header of a page.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
$conf db name
Only used if Module[ID]Name translation string is not found.
dol_verifyHash($chain, $hash, $type='0')
Compute a hash and compare it to the given one For backward compatibility reasons,...
httponly_accessforbidden($message=1, $http_response_code=403, $stringalreadysanitized=0)
Show a message to say access is forbidden and stop program.