Is it possible to log in to both roundcube and nextcloud with only one log in? It is pretty tedious to have to type in the full username@domainname.com and reallyLONGand$ecureP455word twice every time I want to log in to roundcube and nextcloud.
I was thinking it might be possible to code another log in page which asked for the username/password, it would then POST these to each log in page and if both logins were successful to redirect the user to either roundcube or nextcloud.
I don’t believe anyone is working on it. And no I cannot unfortunately. If you really need this I would recommend putting a bounty on https://www.bountysource.com/ or maybe hire someone to make you a custom nextcloud plugin.
To be able to write a plugin I need to know more about how they log in - there seems to be some sort of magic hidden variable. All I want to do is to be able to log in to both services at once, this shouldn’t require a nextcloud plugin.
I am assuming when you log in to each service (roundcube and nextcloud) they both set cookies in your browser. My proposal was to get javascript to log in using promises (so that the cookies are set) and then redirect to one of the services. I cannot see why this wouldn’t work, I just can’t get it to work.