Skip to content

v6.0.3

Choose a tag to compare

@simpleidserver simpleidserver released this 06 Jul 20:23
· 39 commits to master since this release

Features

Ticket #889: CAPTCHA Support

Add support for a CAPTCHA component in the form builder and update the documentation accordingly.

Ticket #891: Grid Component

Add support for a Grid component in the form builder and update the documentation.

Ticket #881: Support for Temporary Users

When a temporary user logs in for the first time, they are redirected to a screen to reset their password.

Ticket #897: Configurable Password Requirements

In the pwd authentication options, it is now possible to define password policies, such as:

  • Require non-alphanumeric characters
  • Require lowercase letters
  • Require uppercase letters

etc.

Bugs

Ticket #890: Cannot Switch Language

When an error occurs during the authentication process, it is still possible to change the language.

Ticket #901: Update SCIM Documentation

Update the documentation to explain how to create a database and publish data from a SCIM server.

Ticket #896: Losing returnUrl Parameter

When resetting the password, the returnUrl parameter is lost from the query string.

Ticket #893: Cannot Add Profile Mapper

Some popup screens are empty when trying to add a profile mapper.

Ticket #884: Cannot Save CSS

In the form builder, it was not possible to save the CSS.

Ticket #883: Request Header Too Large

Avoid storing all claims in the authentication cookie. Store only the minimal required information.