feat: require user to change password on first login
This commit is contained in:
parent
8cc442df18
commit
27e545adcd
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ export class KeycloakController extends Controller {
|
||||||
return await createUser(body.username, body.password, {
|
return await createUser(body.username, body.password, {
|
||||||
firstName: body.firstName,
|
firstName: body.firstName,
|
||||||
lastName: body.lastName,
|
lastName: body.lastName,
|
||||||
|
requiredActions: ["UPDATE_PASSWORD"],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue