[seiga] require authentication with 'user_session' cookie (#2372)

Login with username & password would now require entering a 2FA token.

see also 7b009cc893
This commit is contained in:
Mike Fährmann
2022-03-11 02:10:15 +01:00
parent 47cf05c4ab
commit fc277fa45f
5 changed files with 11 additions and 33 deletions

View File

@@ -265,7 +265,7 @@ AUTH_MAP = {
"ponybooru" : "API Key",
"reddit" : _OAUTH,
"sankaku" : "Supported",
"seiga" : "Required",
"seiga" : _COOKIES,
"seisoparty" : "Supported",
"smugmug" : _OAUTH,
"subscribestar" : "Supported",