You are here

README.txt in Force Password Change 8

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 2.0.x README.txt
If you somehow get locked out of your site, you can temporarily disable the module functionality
By editing settings.php and adding the following line:

$config['force_password_change.settings']['enabled'] = FALSE;

Do what you need to do, then remove the above line to re-enable the module functionality

File

README.txt
View source
  1. If you somehow get locked out of your site, you can temporarily disable the module functionality
  2. By editing settings.php and adding the following line:
  3. $config['force_password_change.settings']['enabled'] = FALSE;
  4. Do what you need to do, then remove the above line to re-enable the module functionality