Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/30/11 18:02:41 (13 years ago)
Author:
ascheibe
Message:

#1725

  • added a dialog which displays information for anonymous hive users
  • HiveServiceLocator now checks if the username is anonymous and throws an exception if that's the case
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.cs

    r7146 r7249  
    363363        MessageBox.Show("A Message Security error has occured. This normally means that your user name or password is wrong.", "HeuristicLab Hive Administrator", MessageBoxButtons.OK, MessageBoxIcon.Error);
    364364      }
     365      catch (AnonymousUserException) {
     366        HiveInformationDialog dialog = new HiveInformationDialog();
     367        dialog.ShowDialog(this);
     368      }
    365369    }
    366370
Note: See TracChangeset for help on using the changeset viewer.