I'm creating a user in 2 parts; firstly without creds and and then when the user clicks on an email link (with code) we then get them to put in the password and recover q&a. I'm then using the APIs to finish and activate the user in this order: setPassword setRecoveryQuestion activateUser
ユーザーを確認するとアクティブになっていますが、ログインしようとすると、UI で画像、回復の回答などを選択するように求められます。
ユーザー名とパスワードのみを使用する必要があるように、資格情報なしで作成されたユーザーを完了する正しい順序/方法は何ですか?