-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailFor bugs, we need more details. For features, the feature must be described in more detail
Description
Description
I basically hit this one, and it is annoying: #778
TL;DR; even if you "Remember me" you have to login periodically.
I believe the handling here is incorrect. If I keep coming to my Gitea instance this cookie needs to be updated periodically, or should never expire in the first place
Gitea Version
1.21.11
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
services.gitea = {
enable = true;
appName = "xxx";
database = {
type = "postgres";
user = config.services.gitea.user;
};
dump = {
enable = true;
type = "xz";
};
mailerPasswordFile = "/var/lib/gitea/mailer.pass";
settings = {
indexer = {
REPO_INDEXER_ENABLED = true;
};
mailer = {
ENABLED = true;
SMTP_ADDR = "smtp.office365.com";
SMTP_PORT = 587;
FROM = "...";
USER = "...";
PROTOCOL = "smtp+starttls";
};
server = {
ROOT_URL = "...";
DOMAIN = "...";
HTTP_PORT = ...;
};
service = {
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
};
};
};
Database
PostgreSQL
qibao07
Metadata
Metadata
Assignees
Labels
issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailFor bugs, we need more details. For features, the feature must be described in more detail