Wrong user connected
-
Hello,
From today, my FreshRSS is connecting me with another user account.
App is set to allow all CLoudron user but if I restrict to only my user, I receive an error by Cloudron "You do not have access to"DO you know how to fix this ?
-
Not completely following the video, but you seem to be using the same login sessions and from the video it is not too clear to me which tab is for which session and which user. Note that OpenID has a login session but also apps, depending on how they have implemented this, may have their own login sessions on top. It is sometimes confusing if the same browser is used with just different tabs....
-
Yes I think it was a mess in the browser. I have clean Firefox and all came back.
Thanks
-
Try with these steps:
- Clear your cache browser, cookies, and restart browser
- go to FreshRSS app file manager, open config.php and change:
'auth_type' => 'http_auth' to 'auth_type' => 'form'
- Now go to freshrss.yourdomain.xyz click on login and login with my.yourdomain.xyz username and password associated to main user (openid login):
- Then, go to FreshRss login button (https://freshrss.yourdomain.xyz/i/?c=auth&a=login) and login with admin and password (password could be different from Cloudron main user):
Let me know