]> source.dussan.org Git - gitea.git/commit
Allow to change primary email before account activation (#29412)
authorwxiaoguang <wxiaoguang@gmail.com>
Tue, 27 Feb 2024 10:55:13 +0000 (18:55 +0800)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 10:55:13 +0000 (10:55 +0000)
commit6bdfc84e6c579861e034962acf9727bd39774f0f
treee1184a3e55fb03ec14750ee679b4a00fc6c21734
parent6ed74a3fc792669d2d15ab777bd7408265a67ea5
Allow to change primary email before account activation (#29412)
models/user/email_address.go
models/user/email_address_test.go
options/locale/locale_en-US.ini
routers/web/auth/auth.go
routers/web/user/setting/account.go
templates/user/auth/activate.tmpl
tests/integration/signup_test.go