Please I'd like to create user self-registration page and let the end user choose his role and I've no idea how to do it I followed the online tutorial for web development but the instructor never mentioned anything about this
Hi,
You can refer this forge component available for this.
https://www.outsystems.com/forge/component-overview/903/how2userregistration
Hi, there is also a Forge Component for web, similiar to one mentioned above, in case you want to check it out:
User Registration Flow (Web)You can create a self registration page easily. One easy way is creating a screen with an edit record and a "Save" button. Drop the User Entity inside the edit record, then implement the logic you want on "Save" action of your button (don't forget the validations you specifically need). I suggest you check the examples mentioned before as you will get a better idea of the work you will need to do.Regards,João
All the suggested above are Forge Components not for Outsystems 11, and not for reactive web - is there any help we could have on how to allow a user to self-register in reactive web for Outsystems 11? Or should I switch to traditional web ? or maybe it is the same. I am just starting to develop in Reactive Web, and would like to know in advance if I am making a mistake.
Thank you,Francoise
Francoise Guyaux wrote:
Hi Francoise
Did you implement it in reactive? Any sample?
thanks
We decided to not offer self-registration for now, so no sample.