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