Created
August 27, 2014 08:58
-
-
Save michaelrambeau/ce54749a9dde57a19762 to your computer and use it in GitHub Desktop.
Adjustments made to Keystone Social Login (KSL) plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//users authenticated from passport have no password. | |
var passwordField = list.schema.paths.password; | |
passwordField.options.required = false; | |
passwordField.isRequired = false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment