-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Service inscription should not be availble for visitors if public signup is not enabled.
Throws a new ZoneItemException("Public signup is disabled for this site") for example
If not, I can access to the inscription form as a vistor of site but, when validating the form I have a blank page ...
In logs there is this error:
Caused by: org.ametys.web.usermanagement.UserManagementException: Public signup is disabled for this site. at org.ametys.web.usermanagement.UserSignupManager.checkPublicSignup(UserSignupManager.java:785) at org.ametys.web.usermanagement.UserSignupManager.temporarySignup(UserSignupManager.java:385) at org.ametys.web.usermanagement.UserSignupAction.temporarySignup(UserSignupAction.java:169) at org.ametys.web.usermanagement.UserSignupAction.act(UserSignupAction.java:111)