Closed bobbyiliev closed 2 months ago
There isn't currently a way to create a new user with a predefined password, however this is supported by the Frontegg API:
https://docs.frontegg.com/reference/userscontrollerv2_createuser
We should extend the materialize_user resource and introduce an optional password attribute.
materialize_user
password
Closing this as we've agreed not to diverge from the Frontegg API
Feature request
There isn't currently a way to create a new user with a predefined password, however this is supported by the Frontegg API:
We should extend the
materialize_user
resource and introduce an optionalpassword
attribute.