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/modules
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
..
analyze Exclude generated files from language statistics (#11653) 4 years ago
auth User Settings: Ignore empty language codes & validate (#13755) 4 years ago
avatar Avatars and Repo avatars support storing in minio (#12516) 4 years ago
base Fix panic in BasicAuthDecode (#14046) 4 years ago
cache Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
charset Ensure that the detected charset order is set in chardet test (#12574) 4 years ago
context Support shortened commit SHAs in URLs (#13686) 4 years ago
convert [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 4 years ago
cron Add ssh certificate support (#12281) 4 years ago
doctor Refactor doctor (#12264) 4 years ago
emoji Fix emoji detection in certain cases (#12320) 4 years ago
eventsource Move EventSource to SharedWorker (#12095) 4 years ago
generate Add gitea-vet (#10948) 4 years ago
git Refactor get tag to remove unnecessary steps (#14058) 4 years ago
gitgraph [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 4 years ago
graceful Move install pages out of main macaron routes (#13195) 4 years ago
hcaptcha hCaptcha Support (#12594) 4 years ago
highlight Use existing analyzer module for language detection for highlighting (#13522) 4 years ago
httpcache HTTP cache rework and enable caching for storage assets (#13569) 4 years ago
httplib Add golangci (#6418) 5 years ago
indexer Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
lfs Move LFSLock APIFormat into convert package (#13808) 4 years ago
log Refactor Logger (#13294) 4 years ago
markup Markdown task list improvements (#13952) 4 years ago
matchlist Add Allow-/Block-List for Migrate & Mirrors (#13610) 4 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations [API] Add Ref to Issue (#13946) 4 years ago
nosql Allow common redis and leveldb connections (#12385) 4 years ago
notification Cause NotifyMigrateRepository to emit a repo create webhook (#14004) 4 years ago
options Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
password Check passwords against HaveIBeenPwned (#12716) 4 years ago
pprof Add golangci (#6418) 5 years ago
private Fix send mail (#13312) 4 years ago
process Only write to global gitconfig if necessary (#11876) 4 years ago
public HTTP cache rework and enable caching for storage assets (#13569) 4 years ago
queue Slightly simplify the queue settings code to help reduce the risk of problems (#12976) 4 years ago
recaptcha hCaptcha Support (#12594) 4 years ago
references Fix panic bug in handling multiple references in commit (#13486) 4 years ago
repofiles go-version constraints ignore pre-releases (#13234) 4 years ago
repository Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
secret Attachments: Add extension support, allow all types for releases (#12465) 4 years ago
session Allow common redis and leveldb connections (#12385) 4 years ago
setting Manually approve new registration (#13083) 4 years ago
ssh Standardise logging of failed authentication attempts in internal SSH (#13962) 4 years ago
storage Fix Storage mapping (#13297) 4 years ago
structs [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 4 years ago
svg Fix filepath basename on Windows for SVG bindata (#12241) 4 years ago
sync Fix missing unlock in uniquequeue (#9790) 5 years ago
task Migrations: Use Process Manager to create own Context (#13792) 4 years ago
templates chore: use octicon-mirror for feeds display (#13928) 4 years ago
test Macaron 1.5 (#12596) 4 years ago
timeutil Fix timezone on issue deadline (#11697) 4 years ago
upload Update golangci-lint to version 1.31.0 (#13102) 4 years ago
user Add gitea-vet (#10948) 4 years ago
util Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
validation [API] Get a single commit via Ref (#10915) 4 years ago