There is a signup_signin policy in b2c starter pack, but for my use case signup shouldn't be there. So, is there a way to remove signup from the login UI? or is there any sample signin policy for me to refer to?
There is a signup_signin policy in b2c starter pack, but for my use case signup shouldn't be there. So, is there a way to remove signup from the login UI? or is there any sample signin policy for me to refer to?
@YashwanthYenugu-6438 Removed the signup link without removing forgot your password
link by using below settings:
Please "Accept as answer" wherever the information provided helps you to help others in the community.
@YashwanthYenugu-6438 There is no Signin only policy file available in the starter pack. However, you can update the DataURI parameter under ContentDefinition ID="api.signuporsignin" tag as highlighted in below snip. This will just present you with option to sign-in using local accounts and you will no longer have Sign-up option.
Please "Accept as answer" wherever the information provided helps you to help others in the community.
7 people are following this question.