You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
Jiri Vlasak d7c67a9fb2
Manually approve new registration (#13083)
* Add register manual confirm settings option

The new settings option is used when manually approving new
registrations.

* Enable manual confirmation of new registered user

When manual registration confirmation is desired (by default `false`)
create new user in the database that is *not active*. The user must then
be activated manually.

This change speeds up the process of adding new confirmed users for
Gitea instances without external auth mechanism. (Currently the option
is to manually create new user by admin.)

* Update docs/content/doc/advanced/config-cheat-sheet.zh-cn.md

Co-authored-by: a1012112796 <1012112796@qq.com>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: a1012112796 <1012112796@qq.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years ago
..
admin Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
api/v1 [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 4 years ago
dev Display ui time with customize time location (#7792) 5 years ago
events Add EventSource support (#11235) 4 years ago
org Add markdown support in organization description (#13549) 4 years ago
private Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
repo Show status check for merged PRs (#13975) 4 years ago
routes Fix missing stylesheets on installation page (#13736) 4 years ago
user Manually approve new registration (#13083) 4 years ago
utils Return the full rejection message and errors in flash errors (#13221) 4 years ago
home.go Simplify CheckUnitUser logic (#12854) 4 years ago
init.go Move webhook type from int to string (#13664) 4 years ago
install.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go Add gitea-vet (#10948) 4 years ago