-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.1 CE GA2, 7.1.X, Master
-
Fix Version/s: 7.1.X, 7.2.10 DXP FP1, 7.2.X, 7.2.1 CE GA2, 7.3.10 DXP GA1, Master
-
Component/s: Forms
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:3
-
Sprint:Forms_7.2_23, Forms_7.2_24, Forms_7.3_01
-
Git Pull Request:
Steps to reproduce:
- Go to Content > Forms
- Add a Form
- Add a Field
- Go to Form Settings and enable "Require Authentication"
- Save Form
- Add the Form to a Page (e.g. Welcome)
Expected Result:
Form should display.
Actual Result:
Form is not displayed and an exception is thrown at the console:
javax.portlet.PortletException: com.liferay.portal.kernel.security.auth.PrincipalException$MustBeAuthenticated: User 20140 must be authenticated at com.liferay.dynamic.data.mapping.form.web.internal.portlet.DDMFormPortlet.render(DDMFormPortlet.java:155)
- relates
-
LPS-85871 Guest permissions are set to view and submit a form even when the Require User Authentication is checked (only visible through the API)
- Closed