1
0
Fork 0
forked from forgejo/forgejo

Add register mail tpl

This commit is contained in:
Unknown 2014-03-19 10:46:48 -04:00
parent 3634d1ee32
commit ddbd2ce152
10 changed files with 196 additions and 92 deletions

View file

@ -174,6 +174,7 @@ func init() {
SecretKey = Cfg.MustValue("security", "SECRET_KEY")
// Extensions.
newService()
newLogService()
newMailService()
newRegisterService()