forgejo/routers/web
zeripath 7fc5fd6415
Do not send activation email if manual confirm is set ()
If the mailer is configured then even if Manual confirm is set an activation email
is still being sent because `handleUserCreated` is not checking for this case.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-03-18 17:57:07 +08:00
..
admin Restrict email address validation () 2022-03-14 18:39:54 +01:00
auth Do not send activation email if manual confirm is set () 2022-03-18 17:57:07 +08:00
dev Move user related model into models/user () 2021-11-24 17:49:20 +08:00
events Refactor auth package () 2022-01-02 21:12:35 +08:00
explore Refactor admin user filter query parameters () 2022-03-02 16:30:14 +01:00
feed RSS/Atom support for Repos () 2022-03-13 17:40:47 +01:00
org Send 404 on /{org}.gpg () 2022-03-01 20:37:32 -05:00
repo Fix lfs bug () 2022-03-14 16:18:27 +01:00
user Restrict email address validation () 2022-03-14 18:39:54 +01:00
base.go format with gofumpt () 2022-01-20 18:46:10 +01:00
goget.go Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
home.go Refactor auth package () 2022-01-02 21:12:35 +08:00
metrics.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
nodeinfo.go Add nodeinfo endpoint for federation purposes () 2021-09-28 01:38:06 +02:00
swagger_json.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
web.go Add button for issue deletion () 2022-03-09 01:38:11 +01:00