Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 22aae51

Browse files
committed
Added distribution files for API
1 parent 8e5a2bd commit 22aae51

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
terraform-aws-cognito-auth-0.x.x (2018-xx-xx)
22

3-
* Switched to admin-only user creation (API doesn't allow otherwise)
43
* Fixed registration error for empty email address
54

65
terraform-aws-cognito-auth-0.3.0 (2018-09-09)

modules/api/lambda/dist.zip

7.85 KB
Binary file not shown.

modules/identity/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ resource "aws_cognito_user_pool" "_" {
9797
]
9898

9999
admin_create_user_config {
100-
allow_admin_create_user_only = true
100+
allow_admin_create_user_only = false
101101
}
102102

103103
password_policy {

0 commit comments

Comments
 (0)