]> source.dussan.org Git - gitea.git/commit
Block registration based on email domain (#5157)
authorLanre Adelowo <adelowomailbox@gmail.com>
Thu, 15 Nov 2018 01:00:04 +0000 (02:00 +0100)
committertechknowlogick <hello@techknowlogick.com>
Thu, 15 Nov 2018 01:00:04 +0000 (20:00 -0500)
commitb97af15de67b04fd259bd70a4abbc873f12e9491
tree9a88d821a0ec98edc6dba64804ca6d0692df91fe
parent4c1f1f96465e809161f7d634a07eb60b4511db35
Block registration based on email domain (#5157)

* implement email domain whitelist
custom/conf/app.ini.sample
docs/content/doc/advanced/config-cheat-sheet.en-us.md
modules/auth/user_form.go
modules/auth/user_form_test.go [new file with mode: 0644]
modules/setting/setting.go
options/locale/locale_en-US.ini
routers/user/auth.go