d8-contrib-modules / password_policy

DEPRECATED - released to drupal.org
https://www.drupal.org/project/password_policy
0 stars 10 forks source link

Remove hard-coded UUIDs from config yaml files #47

Closed pbull closed 9 years ago

pbull commented 9 years ago

Per https://www.drupal.org/node/2087879:

When using exported configuration it is important to remove the UUID from the configuration. Every piece of configuration is uniquely identified by this ID. If you would include this UUID in your module the ID would be the same for all sites that use your module, so it would not be unique any more. If you simply remove this line from the configuration Drupal will generate new UUIDs when your module is enabled, guaranteeing uniqueness.

nerdstein commented 9 years ago

Awesome sauce. Reviewed and merged!