You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The request done from the frontend when trying to create a new identity fails. The reason is that no password is sent in the request:
IMHO, a random password should be generated by the frontend and the hash of that password should be send to the backend (I think Kratos supports this). The random password should be shown in the frontend.
The request body should look something like this:
Extra: the schema dropdown is not very user friendly, it should at least default to the default schema. Also shouldn't the admin be able to set extra attributes?
The text was updated successfully, but these errors were encountered:
The request done from the frontend when trying to create a new identity fails. The reason is that no
password
is sent in the request:IMHO, a random password should be generated by the frontend and the hash of that password should be send to the backend (I think Kratos supports this). The random password should be shown in the frontend.
The request body should look something like this:
Extra: the schema dropdown is not very user friendly, it should at least default to the default schema. Also shouldn't the admin be able to set extra attributes?
The text was updated successfully, but these errors were encountered: