Is there any way to login account2, opening address FreshRSS/p/i/?c=auth&a=account2&u=login&p=password with automatic logout from previos account1?
Hello,
Have a look at the unsafe automatic login option:

I know about it. But it works only if I manually logout from previous account in browser

.
Ah, I see. I will look into it
Would you be able to try https://github.com/FreshRSS/FreshRSS/pull/2290 ?
@Alkarex
Tried. Can not login as an admin and other user at all.

Sorry, I closed the issue. I am not a programmer and still not able to work well with github.
Thanks for the quick test. What method did you use to update the code for the test?
May be I am totally wrong (lack of experience), but I manually downloaded these files from here:
userController.php
authController.php
Auth.php
FreshRSS.php
main.js
And placed them into according folders of FreshRSS.
@squromiv While that might work sometimes, especially at the beginning of the development of a new version, that assumes there is no conflicting change in other files.
To make it a bit easier, I have merged those changes in our development branch, which you can try by downloading https://github.com/FreshRSS/FreshRSS/archive/dev.zip
(All those things are easier when the install is done by git)
@Alkarex
Thanks a lot. Checked dev version. Works as it should.