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/docs/content/administration
KN4CK3R c6c829fe3f
Enhanced auth token / remember me (#27606)
Closes #27455

> The mechanism responsible for long-term authentication (the 'remember
me' cookie) uses a weak construction technique. It will hash the user's
hashed password and the rands value; it will then call the secure cookie
code, which will encrypt the user's name with the computed hash. If one
were able to dump the database, they could extract those two values to
rebuild that cookie and impersonate a user. That vulnerability exists
from the date the dump was obtained until a user changed their password.
> 
> To fix this security issue, the cookie could be created and verified
using a different technique such as the one explained at
https://paragonie.com/blog/2015/04/secure-authentication-php-with-long-term-persistence#secure-remember-me-cookies.

The PR removes the now obsolete setting `COOKIE_USERNAME`.
9 months ago
..
_index.en-us.md Docusaurus-ify (#26051) 1 year ago
_index.zh-cn.md Docusaurus-ify (#26051) 1 year ago
adding-legal-pages.en-us.md Docusaurus-ify (#26051) 1 year ago
adding-legal-pages.zh-cn.md Docusaurus-ify (#26051) 1 year ago
backup-and-restore.en-us.md Update backup instructions to align with archive structure (#26902) 11 months ago
backup-and-restore.zh-cn.md Docusaurus-ify (#26051) 1 year ago
cmd-embedded.en-us.md Enable markdownlint `no-duplicate-header` (#27500) 10 months ago
cmd-embedded.zh-cn.md Enable markdownlint `no-duplicate-header` (#27500) 10 months ago
command-line.en-us.md clarify aspects of the dump command (#26887) 11 months ago
command-line.zh-cn.md Expanded minimum RSA Keylength to 3072 (#26604) 11 months ago
config-cheat-sheet.en-us.md Enhanced auth token / remember me (#27606) 9 months ago
config-cheat-sheet.zh-cn.md Enhanced auth token / remember me (#27606) 9 months ago
customizing-gitea.en-us.md Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 10 months ago
customizing-gitea.zh-cn.md Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 10 months ago
email-setup.en-us.md Update Gmail example (#26302) 12 months ago
email-setup.zh-cn.md Update email-setup.en-us.md (#26068) 1 year ago
environment-variables.en-us.md Docusaurus-ify (#26051) 1 year ago
environment-variables.zh-cn.md Docusaurus-ify (#26051) 1 year ago
external-renderers.en-us.md Update documents to fix some links (#26885) 11 months ago
external-renderers.zh-cn.md Docusaurus-ify (#26051) 1 year ago
fail2ban-setup.en-us.md Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
fail2ban-setup.zh-cn.md Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
git-lfs-support.en-us.md Docusaurus-ify (#26051) 1 year ago
git-lfs-support.zh-cn.md Docusaurus-ify (#26051) 1 year ago
https-support.en-us.md Update documents to fix some links (#26885) 11 months ago
https-support.zh-cn.md Update documents to fix some links (#26885) 11 months ago
logging-config.en-us.md Clarify the logger's MODE config option (#26267) 12 months ago
logging-config.zh-cn.md Docusaurus-ify (#26051) 1 year ago
mail-templates.en-us.md Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
mail-templates.zh-cn.md Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
repo-indexer.en-us.md Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
repo-indexer.zh-cn.md Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
reverse-proxies.en-us.md Add docs section for sub-paths with the container registry (#27505) 10 months ago
reverse-proxies.zh-cn.md Docusaurus-ify (#26051) 1 year ago
search-engines-indexation.en-us.md Fix the robots.txt path 10 months ago
search-engines-indexation.zh-cn.md Fix the robots.txt path 10 months ago
signing.en-us.md Docusaurus-ify (#26051) 1 year ago
signing.zh-cn.md Docusaurus-ify (#26051) 1 year ago