]> source.dussan.org Git - gitea.git/commit
Finish verify email
authorUnknown <joe2010xtmf@163.com>
Wed, 19 Mar 2014 16:50:44 +0000 (12:50 -0400)
committerUnknown <joe2010xtmf@163.com>
Wed, 19 Mar 2014 16:50:44 +0000 (12:50 -0400)
commit35d473f04ac79990a35499fbf3c4998170e655e1
treefca64b6679336766ffc6965f3f09974c9d3da348
parentc6e12d256833095d76bbb5755261507ecbdaada9
Finish verify email
14 files changed:
models/user.go
modules/base/conf.go
modules/base/template.go
modules/base/tool.go
modules/mailer/mail.go
modules/middleware/auth.go
routers/dev/template.go [new file with mode: 0644]
routers/user/user.go
templates/mail/auth/active_email.html [deleted file]
templates/mail/auth/active_email.tmpl [new file with mode: 0644]
templates/mail/auth/register_success.tmpl
templates/mail/base.html [deleted file]
templates/user/active.tmpl
web.go