Ignore:
Timestamp:
01/23/12 19:00:19 (4 months ago)
Author:
CrawfordCurrie
Message:

Item11458: simplify and streamline handling of password file; it now must exist for Foswiki to run, and will be created by =configure= if not. This lets us do enhanced checking in =configure= while reducing the runtime burden.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Users/Password.pm

    r7452 r13796  
    5757 
    5858returns true if the password database is not currently modifyable 
    59 also needs to call 
    60 $this->{session}->enter_context('passwords_modifyable'); 
     59also needs to set $this->{session}->enter_context('passwords_modifyable'); 
    6160if you want to be able to use the existing TopicUserMappingContrib ChangePassword topics 
    6261 
Note: See TracChangeset for help on using the changeset viewer.