Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: L7.2-How to hide screen,suffix,prefix registration form use properties
Hi All,
Currently using Liferay 7.2, How to disable/hide screen name, prefix, suffix and captcha fields for registration form using portal-ext.properties file.
Thanks,
Kiran.
Currently using Liferay 7.2, How to disable/hide screen name, prefix, suffix and captcha fields for registration form using portal-ext.properties file.
Thanks,
Kiran.
Hi ,
For removing screens you can add below property in portal-ext.properties
file name = com.liferay.captcha.configuration.CaptchaConfiguration.config
content - createAccountCaptchaEnabled="false"
For removing screens you can add below property in portal-ext.properties
users.screen.name.always.autogenerate=true
For removing captcha - You can add the config file in osgi->configs folder with following file name and content file name = com.liferay.captcha.configuration.CaptchaConfiguration.config
content - createAccountCaptchaEnabled="false"
Thank you, Yasin, for your reply, I added this content createAccountCaptchaEnabled="false" on that file captcha is disabled on create account form but a same requirement in forgot password form to disable the captcha field.
How to disable the captcha field in the forgot password form.
Thanks,
Kiran.
How to disable the captcha field in the forgot password form.
Thanks,
Kiran.
You can add below property in config file
sendPasswordCaptchaEnabled="false"
sendPasswordCaptchaEnabled="false"
Thank you Yasin,
It is working perfectly.
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™