You are here

README.txt in Force Password Change 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 2.0.x README.txt
If your site become inaccessible for some reason, add the following line of
code to settings.php to disable the module functionality.

$conf['force_password_change_module_enabled'] = FALSE;

Save the file, fix your problems, then remove the line of code above.

If you don't remove this line of code, the module does nothing and is essentially useless.

File

README.txt
View source
  1. If your site become inaccessible for some reason, add the following line of
  2. code to settings.php to disable the module functionality.
  3. $conf['force_password_change_module_enabled'] = FALSE;
  4. Save the file, fix your problems, then remove the line of code above.
  5. If you don't remove this line of code, the module does nothing and is essentially useless.