Changeset 13812 for trunk/core/lib/Foswiki/Users/ApacheHtpasswdUser.pm
- Timestamp:
- 01/24/12 09:31:53 (4 months ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Users/ApacheHtpasswdUser.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Users/ApacheHtpasswdUser.pm
r13811 r13812 125 125 126 126 # Otherwise, log a problem. 127 $this->{session}->logger->log( 128 'warning', 129 'The password file does not exist or cannot be written.' . 130 'Run =configure= and check the setting of {Htpasswd}{FileName}.' . 131 ' New user registration has been disabled until this is corrected.'); 127 $this->{session}->logger->log( 'warning', 128 'The password file does not exist or cannot be written.' 129 . 'Run =configure= and check the setting of {Htpasswd}{FileName}.' 130 . ' New user registration has been disabled until this is corrected.' 131 ); 132 132 133 # And disable registration (and password changes) 133 134 $Foswiki::cfg{Register}{EnableNewUserRegistration} = 0;
Note: See TracChangeset
for help on using the changeset viewer.
