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/gui/FrameIO.java

    r1284 r1287  
    165165                }
    166166               
    167                 if (!UserSettings.PublicAndPrivateResources || UserSettings.UserName.get().equals(Browser.USER_NOBODY)) {
     167                if (!UserSettings.PublicAndPrivateResources || !AuthenticatorBrowser.isAuthenticated()) {
    168168                       
    169169                        if (System.getProperty("user.name").equals(Browser.USER_NOBODY)) {
Note: See TracChangeset for help on using the changeset viewer.