Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Dec 17, 2021
-
Merge branch 'master' of https://github.com/fordnn/usersexportimport
# Conflicts: # Components/ExportController.cs
-
Fixed an issue with multiple fields with the same types "List" instead of numeric values (for example "Country", "Country2", "Region")
-
Merge branch 'master' of https://github.com/fordnn/usersexportimport
# Conflicts: # Components/ExportController.cs
-
Fixed an issue with multiple fields with the same types "List" instead of numeric values (for example "Country", "Country2", "Region")
Commits on Dec 9, 2021
-
Export text values for Profile Properties with type "List" instead of numeric values (for example "Country", "Region") Fixed an issue with order of the Profile Properties columns for export Accepted pull request #13: include "CreatedOnDate" column into export
-
Merge pull request #13 from markmcavoy/feature/account_created_data_e…
…xport Feature/account "Created data" field export
Commits on Oct 6, 2021
Commits on Apr 21, 2021
Commits on Feb 15, 2021
-
Added support for DNN 9.8.1 New feature "Export Users By Role" Fixed an issue with Export for SuperUsers account Fixed an issue with Import for version of DNN 9.8.1
Commits on Jul 30, 2020
-
-
- New feature Auto Update Existing users when UserName already exists
Commits on Jul 2, 2020
-
Merge branch 'master' of https://github.com/fordnn/usersexportimport
# Conflicts: # App_LocalResources/MainControl.ascx.resx
-
- Added auto create role on roles import. - Tested with recent version of DNN 9.6.2
-
-
- Added auto create role on roles import. - Tested with recent version of DNN 9.6.2
Commits on Jan 18, 2020
-
Added security check on roles import. It prevents from importing to system users with Admin and SuperUsers rights without necessary permissions. Tested with recent version of DNN 9.4.4
Commits on Nov 23, 2018
-
Fixed issue with special chars "Zero width space" and "Zero width no-break space" in the names of the columns. Improved import process when missed some required columns: DisplayName, IsSuperUser, Username, AffiliateId.
Commits on Oct 20, 2017
Commits on Feb 24, 2015
-
Fixed an issue with multi portals DNN installation (there were dublicates of the users). Added notification on maximum allowed file size for import.
Commits on Feb 5, 2015
-
Fixed an issue with CSV export for passwords column. Fixed an issue with objectQualifier.
Commits on Dec 18, 2014
-
Fixed an issue with CSV export (was missed last column).
Commits on Oct 20, 2014
-
-
Added email verification (for blank and valid format) before notification for imported users
Commits on Sep 9, 2014
-
-
Added email notification for imported users. Added possibility to include new password into email notification with token [User:Password]. Redesigned export/import forms for DNN 7 style. Added documentation for export/import options.
Commits on Sep 8, 2014
-
Added support for DNN versions 7.x up to DNN 07.03.02. Added feature to generate random password on users import process. Added feature to set "Force Change Password On" on user import process. Examples of template for import process are available to download directly at the "Import Users" form.