Ignore:
Timestamp:
04/05/19 13:21:26 (5 years ago)
Author:
bln4
Message:

Updated VM property auth to expeditee.authentication.
Added two static functions to AuthenticationBrowser to help with the language used to determine if a user is authenticated (isAuthenticated and isAuthenticationRequired)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/settings/UserSettings.java

    r1277 r1287  
    3030import org.expeditee.agents.mail.MailSession;
    3131import org.expeditee.agents.wordprocessing.JSpellChecker;
    32 import org.expeditee.gui.Browser;
     32import org.expeditee.auth.AuthenticatorBrowser;
    3333import org.expeditee.gui.Frame;
    3434import org.expeditee.gui.FrameIO;
     
    241241
    242242        public static void appendDefaultFolders() {
    243                 if (PublicAndPrivateResources && !UserSettings.UserName.get().equals(Browser.USER_NOBODY)) {
     243                if (PublicAndPrivateResources && AuthenticatorBrowser.isAuthenticated()) {
    244244                        // The comments here explain how things have changed with the new regime.
    245245                        // FrameDirs
Note: See TracChangeset for help on using the changeset viewer.