Skip to content

Releases: MultifactorLab/MultiFactor.SelfService.Windows.Portal

1.0.145

20 Sep 06:39
4055164

Choose a tag to compare

Release 20.09.2024 | Syslog TLS fix

New

  • A new configuration section for syslog template
<add key="syslog-template" value="your_template" />
  • Syslog template example
[{Timestamp:MMM dd HH:mm:ss}] {Level:u3} {Message:lj} <s:{SourceContext}>{NewLine}{Exception}

Bugfixes

  • Fixed: Error while trying to establish tls connection. Added a new configuration section to turn off tls
<add key="syslog-use-tls" value="true/false" />

1.0.143

20 May 13:56
4e79454

Choose a tag to compare

Release 20.05.2024| Fix notification about a password expiration

Bugfixes

  • Fixed: parsing the attribute value that was set by the "password never expires" setting.

1.0.141

13 May 08:34
98d9ec1

Choose a tag to compare

Release 13.05.2024 | Password Requirements Description

New

  1. The standard check for password length (min 7) has been removed from the Portal.
    Now it is enough for the password to have at least one character.

    Keep in mind that the password policy is only checked on the Active Directory side.

  2. You can now set custom password requirement description. To do this you need to edit pwd.{LOC}.content file in /Content directory and restart Portal services.
    Currently the portal supports two locales (en, ru), so the directory contains two files:

    • pwd.en.content
    • pwd.ru.content

    The current contents of the pwd.en.content file are as follows:

    Must not be the same as your username
    Must not duplicate any previous passwords
    Must be at least 7 characters long
    Must include numbers and letters in upper and lower case
    

    Changing the file will not affect the password policy in Active Directory.

1.0.139

26 Apr 09:34
0e13814

Choose a tag to compare

Release 26.04.2024 | Add a showcase link attribute to open a link in new tab

New

  • Now you can specify the way a link from the showcase should be opened. Use the newTab attribute, like shown below
      <linksShowcase>
            <link url="http://multifactor.ru" title="multifactor" image="logo.svg" newTab="false"/>
      </linksShowcase>
    The attribute is optional. By default, a link will be opened in a new tab.

1.0.137

19 Apr 11:55
be150d2

Choose a tag to compare

Release 19.04.2024 | Password Icon Fix

Bugfixes

  • Fixed: Moved show/hide password icon into the component markup

1.0.135

03 Apr 13:42
04500e1

Choose a tag to compare

Release 03.04.2024 | Minor UX adjustments

New

  1. Toggleable password input field.

1.0.133

11 Mar 11:41
c958fd7

Choose a tag to compare

Release 11.03.2024 | Security Updates

New

  • Bump Microsoft.IdentityModel.JsonWebTokens from 6.15.0 to 6.35.0
  • Bump System.IdentityModel.Tokens.Jwt from 6.15.0 to 6.35.0

1.0.129

11 Mar 10:22
99df383

Choose a tag to compare

Release 11.0.2024 | Update dependencies

Bugfixes

  • Update dependencies

1.0.127

11 Mar 10:14
e29408c

Choose a tag to compare

Release 11.03.2024 | Notification about a password expiration and bug fixes

New

  1. Notification about a password expiration with 'notify-on-password-expiration-days-left' parameter;
  2. The ability to view a password as it is entering on the login page.

Bugfixes

  1. Fix showcase links layout on a mobile phone view;
  2. QR code generation fixes on TOTP authenticator page.

1.0.125

08 Feb 09:27
2550423

Choose a tag to compare

Release 08.02.2024 | Remove some response headers

New

  • Remove X-AspNetMvc-Version and X-AspNet-Version headers.