how to create sign up and sign in concepts
please help me .........
Hi Vel,
Here is a forge component that can help you out with user registration:
https://www.outsystems.com/forge/component/2916/user-registration-flow-web/
Hope it helps,
Justin
Justin Babel wrote:
how to use this
I can create Ui but only i wANT TO KNOW , hOW TO GIVE function to Login and Register pages
vel raja wrote:
I have already created the login and Register page ,
and i have also created register page functions (updates in user tables)...
just, I want to Know about login page . When i click the login button, how to validate the user name and password from Register ....
May I know how to use this? https://www.outsystems.com/forge/component-discussions/1991/User+Registration+FlowHow do I create the data entity, actions, etc.?
Signup and SignIn are the process of Creating an user and allow him to login into the application. With each Oustsyetms application you will have a login page which validate your user. Also the signup is basically a process to create a user.
What problem you have in this overall concept as you can do this like you Create Screen for any other purpose .
Regards
-PJ-
Pramod Jain wrote:
Thanks for promt reply.......
hi
i have create my own registration page and login page, on registration page i gives a save button wich save the reg. details in my entity
now in login page how do i check validation, what login i have to write on login button
Ys Yeo,
Please refrain from asking the exact same question in different topics for two different versions of the same component. If you cannot understand how a component works, the best place to ask your questions is directly on the component's Support section, as the development team will be informed there's activity there (and everyone else will still see it in the forums).
The default implementation of the UI Flow provided by this component, does everything you need, you just need to:
For the mobile component it is similar, even though not implemented exactly the same way.
Jorge Martins wrote:
Oh okay sorry and thanks!