-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWP registration workflow #821
Comments
To always use the email as the
Configuring the Registration WorkflowFollow these steps to configure the registration workflow:
The registration workflow is now ready for use and can be accessed via the following URL:: https://localhost:5001/master/registration?workflowName=workflow Checking Email Client ConfigurationBefore launching the registration workflow, ensure the email client is properly configured:
Known issueThere is currently a minor issue with cookie creation. This issue will be resolved in the Release503 branch. |
The issue has been fixed in the Release503 branch. |
In the PWD registration flow, a username and password are requested.
It is possible to register a user by adding a valid email address to the username field. However, when logging in, the following error occurs:
Register:
User created:
Login:
Error on submit:
Is it possible to implement a registration flow where the user is able to register with "email (in the username field) and password" to log in?
What should I do to make possible to do it this way, since it is how applications with identity server usually do it.
In my case, I would like to force the username to always be an email address in the registration step and validate the email using code in a second step in my application.
The text was updated successfully, but these errors were encountered: