pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
254 stars 21 forks source link

Login issues #72

Closed anewuser closed 4 months ago

anewuser commented 3 years ago

Pipes doesn't remember my login info anymore and I have to get a new code every time I close Firefox.

I tried to log in right now, and it redirected me to a blank https://www.pipes.digital/_browserid_assert page.

onli commented 3 years ago

Did you already try deleting all cookies set by pipes?

I had to change the everlasting session cookie used before to a session cookie to get the login to work again on chrome based browsers. At least for a while the lasting login will not come back. With the current changes to how chrome accepts cookies + apparent incompatibilities in the used Sinatra framework (see https://github.com/sinatra/sinatra/issues/1685) it is just not possible to get this to work.

anewuser commented 3 years ago

Alright, I was able to access my account normally today.

onli commented 3 years ago

Excellent :)

anewuser commented 4 months ago

@onli Please check if the login system is working properly. It isn't sending any emails to my @protonmail.com address.

onli commented 4 months ago

Hi @anewuser, no, it's not working properly. There is a problem with the email delivery service the portier broker uses. Gmail login will still work, if you have an account to switch over (as that uses OIDC instead of sending a mail), I'm looking into the options now.

onli commented 4 months ago

Update: It took way too much work, but I now moved Pipes over to our own portier broker. The login should work now again. Can you confirm?

anewuser commented 4 months ago

I got a login link right away. Thank you!