我们的用户池配置为使用电子邮件地址登录(在“常规设置”>“属性”下设置为“电子邮件地址或电话号码”)。创建新用户时,AWS会将用户名设置为某些GUID。在用户创建时收到的电子邮件中,消息为:
Your username is xxx@yyy.com and temporary password...
当我们需要使用以下aws cli命令为用户重置初始密码:
aws cognito-idp admin-create-user --region eu-west-1 --user-pool-id xxx --username d5f13768-afaf-48b4-9de3-9c9cb3fe589a --message-action RESEND
...用户收到的电子邮件是:
Your username is d5f13768-afaf-48b4-9de3-9c9cb3fe589a and temporary password...
如何自定义第二条消息以同时使用电子邮件地址作为用户名?
感谢您的帮助!
亲切的问候,
彼得