3 Answers
- Newest
- Most votes
- Most comments
1
- Go to your user pool in Cognito.
- Under General Settings, go to Policies.
- Select the option Only allow administrators to create users as shown in the screenshot below and Save Changes.
answered 3 years ago
0
my apologies for not having made clear that I DO NEED to allow user to sign-in (but just in my home page, in my custom-built form where I call AWS functions). I just want either to 1-hide the sign-up link from the hosted UI OR 2-redirect the sign-up to my home page
Probably the second option is doable with a lambda?
answered 3 years ago
0
@Rajjat Kumar,
the above steps DOES NOT ALLOW self-sign up. As explained I want user to be able to self sign up in my custom form. If I follow the above steps the user cannot set his password! Can you suggest me the lambda, please?
answered 3 years ago
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 3 years ago

Hello, The above steps will help you to hide the sign-up button from the hosted UI provided by Cognito. Yes, we can achieve it via lambda to redirect the users to your homepage.