texxasrulez / roundcube-plugin-nextcloud

28 stars 13 forks source link

Login does not work #11

Open mrvnklm opened 3 years ago

mrvnklm commented 3 years ago

I configured DES key (on both sides) and URL as described and the POST request is being sent to nextcloud, providing the parameters with email and password, but the response (200) just reloads the page which prompts me to log in.

<!DOCTYPE html>
<html>
<head>
<script> window.location.href="index.php"; </script>
<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>

I tried creating the user before, but as I understand, the passwords don't have to be the same as in Roundcube?

thuanduongpa commented 3 years ago

same issue on me, doesn't have auto login, just a GUI of url nextcloud show in roundcube webmail, please @texxasrulez help me check this issue

texxasrulez commented 3 years ago

At the moment I cannot verify anything. I am homeless and have no server to do testing. I only have a phone for internet and we all know that doesn't work too well for anything except looking at sites not working on them. Sorry about that ...

@mrvnklm, your last sentence "I tried creating the user before, but as I understand, the passwords don't have to be the same as in Roundcube?" login and passwords MUST MATCH EXACTLY between Nextcloud and Roundcube

@thuanduongpa, did you copy the app folder to your nextcloud instance and enable it within roundcube?

thuanduongpa commented 3 years ago

@texxasrulez Yes, i was copied the app folder to my nextcloud and enable it like this , did you talk about this ? Screenshot from 2021-09-08 08-06-13

texxasrulez commented 1 year ago

Sorry for long delay @thuanduongpa but can you provide error logs or anything to help out with this error as I cannot reproduce it.