hi, i'm trying to add a user registration page to Alfresco web client allowing users to submit registrations request, the request is processed through a validation workflow, and then the user is created, i created the registration.jsp, and added the required navigation rules to faces-config, but now i'm facing a problem : the visitors can't access the registration if they are not authentified! so unless i login it remains inaccessible and i get forwarded to the login page.
Any thoughts on how to solve this ? i need visitors to be able to access the registration page without the need to login.
Thanks in advance.