We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430abd1 commit 035d43fCopy full SHA for 035d43f
lib/models/authenticator.js
@@ -144,7 +144,9 @@ class PasswordAuthenticator extends Authenticator {
144
error.statusCode = 400
145
throw error
146
}
147
-
+ if (foundUser.link) {
148
+ throw new Error('Linked users not currently supported, sorry (external WebID without TLS?)')
149
+ }
150
return this.userStore.matchPassword(foundUser, this.password)
151
})
152
.then(validUser => {
0 commit comments