contrib
contrib copied to clipboard
Port Request: Password Policy
Name of the module, theme, or layout Password Policy
Link to the drupal.org module, theme, or layout https://www.drupal.org/project/password_policy
I tried to port this module over using the upgrade module and it looked like it worked but when I tried to use it I received the following: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'role' doesn't exist: SELECT r.name AS name FROM {role} r INNER JOIN {password_policy_role} p ON p.rid = r.rid WHERE (p.pid = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 1 )