[ 
https://issues.apache.org/jira/browse/SYNCOPE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561480#comment-13561480
 ] 

Francesco Chicchiriccò commented on SYNCOPE-128:
------------------------------------------------

Thanks Denis.
I'd suggest first to take a ride of the self-registration feature by starting 
in embedded mode.

Some notes:
 * Self-registration is enabled as feature (and shown as link on the console 
login page) when the configuration property 'createRequest.allowed' is true
 * Self-registration is available to anonymous users (as it should be)
 * When someone submits a self-registration, an UserRequest is created; you can 
find it on the admin console under TODO > User requests
 * Any modification of own profile, made by any user but admin in the admin 
console generates a UserRequest, that designed administrators will find on the 
admin console under TODO > User Requests
 * At the moment, any UserRequest must be approved; SYNCOPE-145 will enhance 
this

You can take a look at the UserRequestController [1] to have a deeper idea of 
the whole process.

[1] 
https://svn.apache.org/repos/asf/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/UserRequestController.java
                
> Self-registration
> -----------------
>
>                 Key: SYNCOPE-128
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-128
>             Project: Syncope
>          Issue Type: Task
>          Components: documentation
>            Reporter: Francesco Chicchiriccò
>             Fix For: 1.1.0
>
>
> Document how it works, how it can be configured and tweaked.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to