Ignore:
Timestamp:
04/29/19 10:48:40 (5 years ago)
Author:
bln4
Message:

Added support for running with the old regime but with authentication. There is a slight limitation in that the new default profile frameset must be copied over upon resources extraction. This means that any existing changes to the default frameset are whipped when this occurs. However, this only occurs if resources are being extracted, so should only ever happen once. This means the user is able to restore their changes to the default after this has happened.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/Actions.java

    r1323 r1331  
    529529               
    530530                // Copy private resources to personal area
    531                 Path personalResources = FrameIO.setupPersonalResources(username);
     531                Path personalResources = UserSettings.PublicAndPrivateResources ? FrameIO.setupPersonalResources(username) : Paths.get(FrameIO.PARENT_FOLDER);
    532532               
    533533                File contactsDir = new File(personalResources.resolve("contacts").toAbsolutePath().toString());
Note: See TracChangeset for help on using the changeset viewer.