Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong email or password #32

Open
junghoocho opened this issue Sep 20, 2020 · 2 comments
Open

Wrong email or password #32

junghoocho opened this issue Sep 20, 2020 · 2 comments

Comments

@junghoocho
Copy link

I am using hackmd-vscode plugin v1.1.2 with vscode 1.49.1 on MacOS 10.15.6

After I install hackmd plugin and try to login, I get "Wrong email or password, please enter again" error message. I am able to login successfully on the hackmd.io website using the same email and password.

@ctwdtw
Copy link

ctwdtw commented Oct 5, 2020

I tested on plugin v1.1.2 with vs-code 1.49.3 on MacOS 10.15.7
It seems that the plugin does not support third-party auth such as Sign in Via Google yet. However, it works for accounts that sign up for the service using an email instead of third-party auth.

@stefandesu
Copy link

stefandesu commented Dec 14, 2020

Having the same issue with a self-hosted CodiMD instance that uses LDAP for authentication. VSCode 1.53.0-exploration (ARM64), plugin version v1.1.2, macOS 11.0.1, M1 MacBook Air.

Edit: It's probably a separate issue. This extension uses the API's login method, but for LDAP authentication to work, it needs to use loginLdap. I'll try it out in a fork.

Edit 2: Got it working in a fork with this commit: https://github.com/stefandesu/vscode-hackmd/commit/b05186f7d6ff2ddc505fb1aac36e2a6e67835cbc Probably needs to be cleaned up for a PR. However, utility of this extension is greatly limited by not being able to edit and not having real-time collaboration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants