第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

多個(gè)登錄表單在 Laravel 中不起作用

多個(gè)登錄表單在 Laravel 中不起作用

PHP
精慕HU 2023-08-19 14:14:54
Laravel 6.PHP 7.4。我正在建立一個(gè)網(wǎng)站。由于 Laravel 提供了默認(rèn)的身份驗(yàn)證登錄和注冊(cè)表單。我將登錄表單放入導(dǎo)航中,而將注冊(cè)表單放在注冊(cè)頁(yè)面上。現(xiàn)在我想讓用戶在注冊(cè)頁(yè)面上提供另一個(gè)登錄表單。我設(shè)計(jì)了另一個(gè)登錄表單,在提交時(shí)我將其引用到相同的登錄路線,但它不起作用。錯(cuò)誤是 419 頁(yè)已過(guò)期。我還閱讀了有關(guān) MutiAuth 的內(nèi)容,但這是我將用于我的管理面板的內(nèi)容。有什么解決辦法嗎?注冊(cè).blade<form method="post" action="{{ route('login') }}"  onsubmit="if(document.getElementById('agreed').checked) { return true; } else { alert('Please indicate that you have read and agree to the privacy policy and terms of use'); return false; }">                                              <div class="input-group form-group"> <div class="input-group-prepend">       <span class="input-group-text"><i class="fas fa-user"></i></span> </div> <input type="email" required name="email" class="form-control" placeholder="email address">  </div>    <div class="input-group form-group">       <div class="input-group-prepend">             <span class="input-group-text"><i class="fas fa-key"></i></span>   </div>        <input type="password" required name="password" class="form-control" placeholder="password">    </div>     <div class="form-group">        <input type="checkbox" name="checkbox" value="check" id="agreed" />            <small>I agree to the privacy policy and terms of use</small>      </div>             <div class="form-group">         <input type="submit" value="Login" class="btn float-right login_btn">      </div>    </form> 路線Route::get('login', [  'as' => 'login',  'uses' => 'Auth\LoginController@showLoginForm']);
查看完整描述

1 回答

?
飲歌長(zhǎng)嘯

TA貢獻(xiàn)1951條經(jīng)驗(yàn) 獲得超3個(gè)贊

您需要@csrf在您的<form>.



查看完整回答
反對(duì) 回復(fù) 2023-08-19
  • 1 回答
  • 0 關(guān)注
  • 117 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)