[精讚] [會員登入]
733

更新程式取消google recaptcha改用輸入驗證碼

update cnclibs to 0.0.8.6

分享此文連結 //n.sfs.tw/13019

分享連結 更新程式取消google recaptcha改用輸入驗證碼@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2019-10-25 04:26:34 最後編修
2019-01-10 10:21:52 By jung
 

這次更新,將不再使用google recaptcha圖形驗證,改用自建函式庫輸入隨機亂數驗證碼方式

先更新cnclibs 0.0.8.6,EduDataType 0.2.4.1

再merge tc-idp程式,會遇到幾個衝突,都是把原本用來做google recaptcha的程式碼拿掉,選擇接受tc-idp的作法就可以了

然後將xxauth的函式庫更新到cnclibs 0.0.8.6, EduDataType 0.2.4.1

每個專案重新編譯過沒有錯誤就完成了

 

 

 

END

你可能感興趣的文章

在apache http server停用TLS 1.0/1.1 and SSL 2.0/3.0 How to disable outdated versions of SSL/TLS on Apache

新增縣市端回傳使用者資料功能 新增縣市端回傳使用者資料功能

更新程式環境到wildfly18+openjdk11-phase4: 認證程式更新 認證程式更新

縣市端IdP新增自訂首頁內容功能 合併本部主程式,手動於mongo內新增管理使用者資料

縣市IDP新增API功能 修改IDP程式增加API介面

縣市IDP更換SSL憑證及修改servername+wildfly等設定 縣市IDP更換SSL

隨機好文

更新IDP程式以新增及修正本地管理帳號登入 add locallogin page and function with local authorized account

在windows server建立radius服務使用active directory帳號驗證 setup windows server to add radius service using active directory accounts for authentication

如何在ubuntu 18.04上設定一開機就啟動virtualbox某個vm a way to setup ubuntu18.04 for start vm on boot

installation and implementation of k8s clusters on CentOS8 k8s入坑

testing gitlab and jenkins CI/CD on docker-1 在docker架設gitlab, jenkins 測試CI/CD pipeline第一章