Ignore:
Timestamp:
04/11/19 15:42:27 (5 years ago)
Author:
bln4
Message:

Moved the static field USER_NOBODY to AuthenticatorBrowser from Browser as it makes more sense there.
Added functionality to log out, equiv to closing Expeditee and starting it again.

File:
1 edited

Legend:

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

    r1280 r1303  
    118118                    e.printStackTrace();
    119119            }
     120                }
     121        }
     122       
     123        public static void resetAllSettings() {
     124                for (PageDescriptor pd : _pages.values()) {
     125                        for (VariableSetting s : pd.settingsList) {
     126                                s.reset();
     127                        }
    120128                }
    121129        }
Note: See TracChangeset for help on using the changeset viewer.