* adjust for verify rand.

This commit is contained in:
wangyidong
2021-02-03 13:52:23 +08:00
parent a59dcf117b
commit fc28bbfc9e
2 changed files with 27 additions and 28 deletions
-1
View File
@@ -63,7 +63,6 @@ if(empty($config->notMd5Pwd))js::import($jsRoot . 'md5.js');
echo html::submitButton($lang->login, '', 'btn btn-primary');
if($app->company->guest) echo html::linkButton($lang->user->asGuest, $this->createLink($config->default->module));
echo html::hidden('referer', $referer);
echo html::hidden('verifyRand', $rand);
echo html::a(inlink('reset'), $lang->user->resetPassword);
?>
</td>