Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Releases: unosquare/passcore

Release 3.6.3

08 Apr 14:59
7d9333f
Compare
Choose a tag to compare

Fix issues with Groups and update password strength calculation.

Release 3.6.2

08 Feb 20:30
Compare
Choose a tag to compare

Check commits.

Release 3.6.1

10 Dec 17:51
0b9536f
Compare
Choose a tag to compare

Restore the ability to enable/disable support for HTTPS.

Release 3.6.0

30 Nov 16:04
5829b11
Compare
Choose a tag to compare

Fix issues with settings and remove unnecessary configurations.

Release 3.5.0

05 Nov 20:09
389a0b3
Compare
Choose a tag to compare

Fixed issues from 3.2 and update settings file format.

Check issue: #220

Release 3.4.2

10 Sep 18:53
Compare
Choose a tag to compare

Thanks to @diogenes25 for the following bug fixing:

  • Added new section 'LdapPasswordChangeOptions' in appsettings.json file, to use the class LdapPasswordChangeOptions correctly
  • Suggestion for changing the password by replacing the password-attribute-value
  • Another SearchFilter if Attribute sAMAccountName is not available and use the 'cn'-Attribute instead.
  • Added internal processing exception containing ApiErrorItem information.
  • Processing information was added to method LdapPasswordChangeProvider.PerformPasswordChange.
  • Errors connecting to the LDAP server are now displayed on the web page.
  • Fixes #207 (comment)
  • Added functionality to define a Ldap-Search-String and how the password change is done technically.
  • The change could be done by Del/Add password or by just replacing this attribute.
  • Bugfix with username used in SearchFilter.

Release 3.4.0

15 Aug 16:01
Compare
Choose a tag to compare

Thanks to @ebekker, we are supporting a new LDAP provider so PassCore can run from Linux or MacOS. This new provider will not require Microsoft Active Directory assemblies.

We are going to be publishing a regular version and the LDAP provider version. Please check the new LDAP provider README to learn how to use it.

To compile your own build:

Windows

dotnet publish --configuration Release --runtime win-x64 --output "<path>"

Linux (portable)

dotnet publish --configuration Release --runtime linux-x64 /p:PASSCORE_PROVIDER=LDAP --output "<path>"

MacOS

dotnet publish --configuration Release --runtime osx-x64 /p:PASSCORE_PROVIDER=LDAP --output "<path>"

PassCore 3.3.0

07 Aug 13:34
abb1d28
Compare
Choose a tag to compare

Allow to users with an expired password to use PassCore.

Thanks to @hoetz.

PassCore 3.2.1

13 Jun 17:47
Compare
Choose a tag to compare

Resolve issues #159 and #151

PassCore 3.2.0

11 Jun 19:47
Compare
Choose a tag to compare

Upgrade to new ASP.NET Core 2.1