Skip to content

Instantly share code, notes, and snippets.

@michaelrambeau
Created August 27, 2014 08:58
Show Gist options
  • Save michaelrambeau/ce54749a9dde57a19762 to your computer and use it in GitHub Desktop.
Save michaelrambeau/ce54749a9dde57a19762 to your computer and use it in GitHub Desktop.
Adjustments made to Keystone Social Login (KSL) plugin
//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