Passcore Versions Save

A self-service password management tool for Active Directory

3.6.3

5 years ago

Fix issues with Groups and update password strength calculation.

3.6.2

5 years ago

Check commits.

3.6.1

5 years ago

Restore the ability to enable/disable support for HTTPS.

3.6.0

5 years ago

Fix issues with settings and remove unnecessary configurations.

3.5.0

5 years ago

Fixed issues from 3.2 and update settings file format.

Check issue: https://github.com/unosquare/passcore/issues/220

3.4.2

5 years ago

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.

3.4.0

5 years ago

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>"

3.3.0

5 years ago

Allow to users with an expired password to use PassCore.

Thanks to @hoetz.

3.2.1

6 years ago

Resolve issues #159 and #151

3.2.0

6 years ago

Upgrade to new ASP.NET Core 2.1