Releases: MultifactorLab/MultiFactor.SelfService.Windows.Portal
Releases · MultifactorLab/MultiFactor.SelfService.Windows.Portal
1.0.145
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
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
Release 13.05.2024 | Password Requirements Description
New
-
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.
-
You can now set custom password requirement description. To do this you need to edit
pwd.{LOC}.contentfile in/Contentdirectory 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.contentfile 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 caseChanging the file will not affect the password policy in Active Directory.
1.0.139
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
The attribute is optional. By default, a link will be opened in a new tab.
<linksShowcase> <link url="http://multifactor.ru" title="multifactor" image="logo.svg" newTab="false"/> </linksShowcase>
1.0.137
Release 19.04.2024 | Password Icon Fix
Bugfixes
- Fixed: Moved show/hide password icon into the component markup
1.0.135
Release 03.04.2024 | Minor UX adjustments
New
- Toggleable password input field.
1.0.133
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
Release 11.0.2024 | Update dependencies
Bugfixes
- Update dependencies
1.0.127
Release 11.03.2024 | Notification about a password expiration and bug fixes
New
- Notification about a password expiration with 'notify-on-password-expiration-days-left' parameter;
- The ability to view a password as it is entering on the login page.
Bugfixes
- Fix showcase links layout on a mobile phone view;
- QR code generation fixes on TOTP authenticator page.
1.0.125
Release 08.02.2024 | Remove some response headers
New
- Remove X-AspNetMvc-Version and X-AspNet-Version headers.