]> source.dussan.org Git - gitea.git/commit
Add support mCaptcha as captcha provider (#20458)
authorGusted <williamzijl7@hotmail.com>
Wed, 10 Aug 2022 13:20:10 +0000 (13:20 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2022 13:20:10 +0000 (15:20 +0200)
commit58de07e5fd14c23dd4c4a315b8c5b3fb3219f66a
treecec2e02c494e19a42bc6095c480d93354259b669
parent452272c0384d7033ffde18bcb1167e8e49ff598c
Add support mCaptcha as captcha provider (#20458)

https://mcaptcha.org/

Co-authored-by: Felipe Leopoldo Sologuren GutiƩrrez <fsologureng@users.noreply.github.com>
20 files changed:
custom/conf/app.example.ini
docs/content/doc/advanced/config-cheat-sheet.en-us.md
go.mod
go.sum
modules/mcaptcha/mcaptcha.go [new file with mode: 0644]
modules/setting/service.go
modules/setting/setting.go
package-lock.json
package.json
routers/web/auth/auth.go
routers/web/auth/linkaccount.go
routers/web/auth/openid.go
services/forms/user_form.go
services/forms/user_form_auth_openid.go
templates/user/auth/signup_inner.tmpl
templates/user/auth/signup_openid_register.tmpl
web_src/js/features/mcaptcha.js [new file with mode: 0644]
web_src/js/index.js
web_src/less/_form.less
web_src/less/helpers.less