commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / nocurrent_pass / README.txt
1 No Current Password
2 Wesley Jones
3 http://www.wesjones.net
4 2012-02-08
5
6 This module disables the "current password" field that has been added to Drupal 7's user
7 edit form, at user/%/edit.
8
9 When you enable this module, the current password field will be removed by default.
10 To enable the password field again, go to admin/config/people/settings and uncheck the
11 "Do no require current password" checkbox.
12
13 This was a 5-year old issue: http://drupal.org/node/86299
14 Committed March 10, 2010.
15 However, I don't like the implementation. It was causing problems with my site. I feel
16 strongly that this should be optional. Therefore, this module was born.
17
18 If you don't agree with me, that's fine, that's why it's configurable!