cancel
Showing results for 
Search instead for 
Did you mean: 

Registration Form

fthamura
Champ in-the-making
Champ in-the-making
I want to create a regitration form, the form will register an user, name, and he will only have access to Guest Home and a Space.

I just need to make the user can post my forum.

for reference, you can see our website http://www.meruvian.com

have idea?
4 REPLIES 4

gilles
Champ in-the-making
Champ in-the-making
I need to implement almost the same feature. Did you manage it?

zaizi
Champ in-the-making
Champ in-the-making
We've implemented this for a client. What are info are you after?

gilles
Champ in-the-making
Champ in-the-making
Everything you can share.
Our user management need to let a user register himself in a staging status. Then another non-administrator user could pick the user (ideally in a selectable group) and invite him to his space.

Thanks for your advices,
Gilles

zaizi
Champ in-the-making
Champ in-the-making
Assuming this is for the old JSF client and not using Share. The Alfresco SDK has an example for a sample login page. Details at http://wiki.alfresco.com/wiki/Customising_The_Login_Page. Start there and add the additional fields you require (remembering to update the user content model or add a custom aspect for custom fields). Then in your backing bean method, create the user, create their authentication token, add them to the staging group, and log them in.