97久久国产亚洲精品超碰热,成人又色又爽的免费网站,色偷偷女人的天堂a,男女高潮喷水在线观看,国内精品一线二线三线区别在哪里

Discuz! 官方交流社區(qū)

標(biāo)題: Discuz x 3.2-3.4,解決手機注冊郵箱驗證死循環(huán)問題。 [打印本頁]

作者: allthebest    時間: 2020-6-3 16:27
標(biāo)題: Discuz x 3.2-3.4,解決手機注冊郵箱驗證死循環(huán)問題。
手機版開啟郵件地址驗證注冊會出現(xiàn)死循環(huán)的問題。就是總是在注冊,總是向郵箱地址發(fā)驗證郵件,點擊郵件里面的注冊地址,又會重新發(fā)一份郵件到郵箱。

打開文件template\default\touch\member下的register.htm文件,或你手機版模板對應(yīng)的文件。

在手機端的代碼中修改,通常是:  touch--member---register.htm

搜索下面內(nèi)容:

  1. <input type="hidden" name="agreebbrule" value="$bbrulehash" id="agreebbrule" checked="checked" />
復(fù)制代碼


在這句話的下面添加:

  1. <!--{if $_G['setting']['sendregisterurl']}-->
  2.                                 <input type="hidden" name="hash" value="$_GET[hash]" />
  3.                         <!--{/if}-->
復(fù)制代碼


然后把文件上傳覆蓋,更新緩存,再測試手機注冊就可以了。





歡迎光臨 Discuz! 官方交流社區(qū) (http://r615.cn/) Powered by Discuz! X5.0