You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to put the second URL directly in the config since the second URL would automatically return to the first one.
It could use sort of a loop :
Detect that the user is not logged
Go to the login URL, the website redirects to URL n°1, enter your email address (the password field is absent)
Redirect to the article
Detect again that the user is not logged
Go again to the login URL, the website doesn't redirect since the email address is already filled (probably stored in the user session, I didn't check), now Graby can enter the password
Should be logged now.
Unfortunately, I guess this behavior needs some rework on the code and the website config file is not enough to handle this particular case.
I could access Graby's logs in Wallabag, but nothing related to the login is logged.
If by any chance someone knows other websites with two-step login pages that work with Graby, I would be happy to have a look.
Otherwise, if it's not possible, I might try to help but my PHP skills are very limited.
Thank you anyway for this nice project!
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to make a site config for the website https://elucid.media/.
So far I have written this custom config
elucid.media.txt
:The problem with this website is that the login page is in two steps, contrary to all the other websites I saw:
I tried to put the second URL directly in the config since the second URL would automatically return to the first one.
It could use sort of a loop :
Unfortunately, I guess this behavior needs some rework on the code and the website config file is not enough to handle this particular case.
I could access Graby's logs in Wallabag, but nothing related to the login is logged.
If by any chance someone knows other websites with two-step login pages that work with Graby, I would be happy to have a look.
Otherwise, if it's not possible, I might try to help but my PHP skills are very limited.
Thank you anyway for this nice project!
The text was updated successfully, but these errors were encountered: