diff --git a/App_LocalResources/Settings.ascx.resx b/App_LocalResources/Settings.ascx.resx index ab05ccc..d33b2e9 100644 --- a/App_LocalResources/Settings.ascx.resx +++ b/App_LocalResources/Settings.ascx.resx @@ -139,15 +139,15 @@ Name - Choose whether you want to directly select the user from the dropdown or if you want to acknowledge with the green button + Choose whether you want to directly select the user from the single dropdown or if you want to have filtering on users and/or roles added to the selection Selecting method - Fast selecting method + Direct select from userlist - Slow selecting method + Select after user & role filtering \ No newline at end of file diff --git a/IdentitySwitcher.csproj b/IdentitySwitcher.csproj index 6bf32bd..944136c 100644 --- a/IdentitySwitcher.csproj +++ b/IdentitySwitcher.csproj @@ -136,7 +136,6 @@ Designer - diff --git a/Installation/IdentitySwitcher.dnn b/Installation/IdentitySwitcher.dnn index 0d16b37..03d2b43 100644 --- a/Installation/IdentitySwitcher.dnn +++ b/Installation/IdentitySwitcher.dnn @@ -5,10 +5,10 @@ The IdentitySwitcher is a simple and useful tool to allow you to switch between users, without knowing their passwords. DesktopModules\IdentitySwitcher\IdentitySwitcher.png - DNNCorp - DNNCorp - http://www.dnnsoftware.com - support@dnnsoftware.com + DNN-Connect + DNN-Connect + http://www.dnn-connect.org + info@dnn-connect.org diff --git a/Installation/License.txt b/Installation/License.txt index aa39f98..0d588f0 100644 --- a/Installation/License.txt +++ b/Installation/License.txt @@ -1,6 +1,6 @@ -DotNetNuke - http://www.dnnsoftware.com
-Copyright (c) 2002-2018
-by DNN Corporation +DNN-Connect - https://www.dnn-connect.org
+Copyright (c) 2018
+by DNN-Connect
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation diff --git a/Installation/Project.targets b/Installation/Project.targets index f045362..7e0aa25 100644 --- a/Installation/Project.targets +++ b/Installation/Project.targets @@ -38,9 +38,9 @@ - DNNCorp - http://www.dnnsoftware.com - support@dnnsoftware.com + DNN-Connect + http://www.dnn-connect.org + info@dnn-connect.org diff --git a/Installation/ReleaseNotes/Release.02.00.00.txt b/Installation/ReleaseNotes/Release.02.00.00.txt deleted file mode 100644 index 21e8b88..0000000 --- a/Installation/ReleaseNotes/Release.02.00.00.txt +++ /dev/null @@ -1,9 +0,0 @@ -

Release notes Identity Switcher 02.00.00

-

Special thanks goes to Vicenç Masanas for valuable additions to the code

-

ENHANCEMENTS

-
    -
  • Added search based on rolename + profile properties, in order to make it easier to find users
  • -
  • Added sorting
  • -
  • Changed project setup from WSP to WAP
  • -
  • Added automated packageing through MSBuild Tasks
  • -
\ No newline at end of file diff --git a/Installation/ReleaseNotes/Release.03.00.00.txt b/Installation/ReleaseNotes/Release.03.00.00.txt index dadf05f..c8c039f 100644 --- a/Installation/ReleaseNotes/Release.03.00.00.txt +++ b/Installation/ReleaseNotes/Release.03.00.00.txt @@ -2,17 +2,17 @@

Full details on the changes can be found in great detail at https://github.com/DNN-Connect/IdentitySwitcher.

ENHANCEMENTS

    -
  • Two modes of switching defined: select from all users, or select role/users in role
  • +
  • Two modes of switching defined: direct select from all users, or filter on role/users first before selection

CHANGES

    -
  • Code module changed from VB to C#.
  • +
  • Code module changed from VB to C#
  • DNNtc.MSBuild structure and attributes build in
  • Replace all deprecated DNN API calls by new API calls
  • Replaced UI with new Angular front end construction

NOTES

    -
  • Tested under 9.2.1 and when placing the module on a page user needs to refresh once to make the module work
  • -
  • Don't place multiple IdentitySwitcher modules on the same page as the module is not configured for this.
  • +
  • Tested on DNN 9.2.1 and when placing the module on a page you need to refresh the page at least once to display the module correctly
  • +
  • Don't place multiple IdentitySwitcher modules on the same page as the module is not fit for such a scenario
\ No newline at end of file