Ruslan Akiev
Ruslan Akiev
Display state of email confirmation in user account page, and provide a button for resending the confirmation mail.
Show success notifications for - Password changed - Account associated/removed
Current plugin architecture is inspired more or less by [ExtCore](https://github.com/ExtCore/ExtCore) so you have a bunch of folders with lot of dlls and you load them on app start in your...
Remove "User already exists" message on registration, instead just display the message that further instruction is sent via email. Maybe send an actual email with account recovery link, but then...
An option to add a custom link that will be displayed side by side with "forgot password" links. Used for adding links for e.g. terms and privacy agreements.
Rewrite default theme with Bootstrap4 https://getbootstrap.com Add javascript validation
TBD; Generation of links should be done via HTTP API Example request ```json { "returnUrl": "http://localhost:21402/fancy-campaign", "validTil": "2019-04-23T18:25:43.511Z", "validateUrl": "http://localhost:21402/check?fancy-compain", "lifetime": 1337, "userAccounts": [ "alice@localhost", "bob@localhost", "bill@localhost" ] } ```...
Send user an email which contains a confirmation code, which he has to confirm on an additional step in the login form. Requires #7, #19 to be implemented first.
If the `login_hint` parameter is present in [authorization request](https://identityserver4.readthedocs.io/en/release/reference/interactionservice.html) then pre-fill the user name input field.