Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Cognito-remove signup in login page

I am using Aws Cognito and not able to find the solution for removing the Signup button from cognito login page.Thank you.

Cognito user pool provides the default login page with Forgot Password,signin and signup.But I want to hide/remove the Signup from that page.

like image 485
Ponni Avatar asked Dec 01 '22 09:12

Ponni


1 Answers

In the AWS management console, go to Cognito, select your your user pool, then, under 'General Settings' / 'Policies' select option 'Only allow administrators to create users' (this deselects option 'Allow users to sign themselves up').

like image 114
J.R. Avatar answered Dec 06 '22 16:12

J.R.