Great Video. Because Outsystems does not provide a template for login with registration, this video seems to be the source for developers. At 5:28, an orange CreateAccountOnClick client action button suddenly appears under the Users variable under the SignUp screen icon. How did CreateAccountOnClick get there? It does not appear on my screen as I follow the detailed instructions. Thanks in advance:)
Very useful, thank you very much! The only thing I thought about is that in this case a registered user gains access to all my outsystems apps, can I restrict users of this app to only this app?
When you are dragging and dropping the customer entity in the screen how does automatically create 2 screen customer and customer detail screen will it not create just one screen
Hello, Thank you for the video! I succeed to do the Sign up part, but when i try to login with the account that I created it did not work, do you have an idea about the problem Also i how does the app will decrypt the password to match the password entered when trying to login Thanks again
Thank you so much for giving a brief and self-explanatory explanation. Could you tell me it will be created as a user which we can eventually assign some type of role? or just a user who can login to the app
Hi Nursultan, this will create a registered user which means now he has a username and password to login. For assigning the role, in the logic you can add the "grant role [role name]" action that is available under Logic Tab -> Roles -> Expand any role. See this for more info www.outsystems.com/forums/discussion/46740/is-there-a-way-to-create-grant-user-roles-access-dynamically/
Hi Sintija, that is indeed a best practice to avoid too many to and fros between the client and server. you could call one server action first and then call the other server action from the first one. Or create a wrapper server action that has both server actions together. Then from the client action you only need to call one server action. See this video to get some ideas th-cam.com/video/ha_2s7GXmAo/w-d-xo.html
hi.tnx for amazing video.actually i don't want write all the information in one page i want user Enter name and then next button and family then next and age then next.... so what should i do?
That's possible. you can either create multiple pages or just one with panels to show and hide. The Next button will have the logic of what to show and what to hide.
Hello, I am facing an issue signing back into the application after saving to the database. The error is "Invalid username or password" does anyone have this issue?
Hi Castel, please make sure the user and all its attributes are assigned and saved into the database. It could be that you're not assigning the password value to the attribute of the user record.
Thank you for the video!! Is there a way to change the login screen? How does it work? Like I'm using another database and I want to check the user data from this new database, but I can't understand how. Thank you again
Hi Amy, in the interface tab you will find the default login page. It's like any other screen. I recommend you spend some time to get familiar with it. This will help you to understand what level of customizations you can do. Also note that OutSystems comes with 6 different authetication success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_Users/End_Users_Authentication
Hi Nivard, under the common folder on Interface tab, you will find the login page there. Its like any other page. Most of the times one would just modify it to meet the need. You can look into it to see what all it has and create your own.
Hi Sourabh, good observation. OutSystems has single sign on so while I was recording the video, I didnt realize it had logged me in. Nevertheless if you follow the video, the registration page will work fine.
Thank you for the amazing video.. I am new to Outsystems development When I try to publish and navigate the browser with Login URL .. blank page is getting launched for login
Hi Aneena, do you mean for storing users? the one from the system is already good enough for that. Note that OutSystems uses the users' table to keep a count of active users which is linked to the licensing. So i dont think you can and should try to workaround the user's table.
@@aneenaktm007 OutSystems comes with 6 other ways of authentication success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_User_Management/End_Users_Authentication Do you think any one of them can help you?
Hello Tornike, the form is tied to the local variable User on screen. Using the assignment, we provide this local variable information that we arent getting from the user. The second assignment is for getting the encrypted password value assigned to User.Password.
@@OutSystemsHowTos yeah i solved it . the reason is i just show missing or modified. Can you give me your Facebook's contact so I can ask you some question ?
Sorry, I am not aware of any whatsapp groups. There are user groups though. You can join one near to you and make friends who you can reach out to usergroups.outsystems.com/
i love this channel honestly bcs of best outsystems tutorials love u bro
Thank You So much , learnt a lot from you
Keep making contents on OutSystems, we need it .
Lots of Love and Power to You
So nice of you
Great Video. Because Outsystems does not provide a template for login with registration, this video seems to be the source for developers. At 5:28, an orange CreateAccountOnClick client action button suddenly appears under the Users variable under the SignUp screen icon. How did CreateAccountOnClick get there? It does not appear on my screen as I follow the detailed instructions. Thanks in advance:)
never mind, I found it. the right click on the button is so fast it doesn't show in the video
That's correct gary. when you double click on any button, OutSystems already creates an action for you
Thanks mate, I'm new to outsystem, your video is very helpful.
Great to hear!
Very useful, thank you very much! The only thing I thought about is that in this case a registered user gains access to all my outsystems apps, can I restrict users of this app to only this app?
When you are dragging and dropping the customer entity in the screen how does automatically create 2 screen customer and customer detail screen will it not create just one screen
Hello, Thank you for the video! I succeed to do the Sign up part, but when i try to login with the account that I created it did not work, do you have an idea about the problem
Also i how does the app will decrypt the password to match the password entered when trying to login
Thanks again
I do not see the Source as User in my instance. Can you tell me how to resolve this ?
Thank you so much! This was exactly what I wanted!
Thank you so much for giving a brief and self-explanatory explanation. Could you tell me it will be created as a user which we can eventually assign some type of role? or just a user who can login to the app
Hi Nursultan, this will create a registered user which means now he has a username and password to login. For assigning the role, in the logic you can add the "grant role [role name]" action that is available under Logic Tab -> Roles -> Expand any role. See this for more info www.outsystems.com/forums/discussion/46740/is-there-a-way-to-create-grant-user-roles-access-dynamically/
Thanks for creating this video.
Regards,
Can we create the page and move it to vscode?
how do i ckech if the user is already register in the site?
2 Server Actions in Client Action causes performance warning, suggests to group them in single Server Action - how to do that?
Hi Sintija, that is indeed a best practice to avoid too many to and fros between the client and server. you could call one server action first and then call the other server action from the first one. Or create a wrapper server action that has both server actions together. Then from the client action you only need to call one server action. See this video to get some ideas th-cam.com/video/ha_2s7GXmAo/w-d-xo.html
hi.tnx for amazing video.actually i don't want write all the information in one page i want user Enter name and then next button and family then next and age then next.... so what should i do?
That's possible. you can either create multiple pages or just one with panels to show and hide. The Next button will have the logic of what to show and what to hide.
is that "Sample App" somewhere available to download? Thanks in advice!
i think u need to pay to public your application
Sir plz make the video on how to navigate admin,patient and doctor to the corresponding their dashboard
Hello, I am facing an issue signing back into the application after saving to the database. The error is "Invalid username or password" does anyone have this issue?
Hi Castel, please make sure the user and all its attributes are assigned and saved into the database. It could be that you're not assigning the password value to the attribute of the user record.
Thank you for the video!! Is there a way to change the login screen? How does it work? Like I'm using another database and I want to check the user data from this new database, but I can't understand how. Thank you again
Hi Amy, in the interface tab you will find the default login page. It's like any other screen. I recommend you spend some time to get familiar with it. This will help you to understand what level of customizations you can do. Also note that OutSystems comes with 6 different authetication success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_Users/End_Users_Authentication
@@OutSystemsHowTos Thank you! I'll look into it
Great video, do you have a video on how to create the login page?
Hi Nivard, under the common folder on Interface tab, you will find the login page there. Its like any other page. Most of the times one would just modify it to meet the need. You can look into it to see what all it has and create your own.
if to edit profile information What should I do?
I hope this video will help th-cam.com/video/fCF-SAbYXi8/w-d-xo.html
Before login or register you are showing top right corner already login how?
Hi Sourabh, good observation. OutSystems has single sign on so while I was recording the video, I didnt realize it had logged me in. Nevertheless if you follow the video, the registration page will work fine.
great vid thank you very much :) !!!
Useful
if someone signs up where does all information go? as a web site creator can i see someones password and data?
By default, all such information goes in the database. Passwords are encrypted and then stored in the DB, so you cant see them.
@@OutSystemsHowTos if I want to bring the registered information to appear on the web page, what do I need to do?
@@martcht4198 se if this video helps th-cam.com/video/fCF-SAbYXi8/w-d-xo.html
Thank you for the amazing video.. I am new to Outsystems development
When I try to publish and navigate the browser with Login URL .. blank page is getting launched for login
Hello, please check which page is marked at the "default screen".
Is it possible to use another entity instead of System User Entity?
Hi Aneena, do you mean for storing users? the one from the system is already good enough for that. Note that OutSystems uses the users' table to keep a count of active users which is linked to the licensing. So i dont think you can and should try to workaround the user's table.
@@OutSystemsHowTos Is it possible to use any rest api login instead of this default outsystem login? if yes any document available for that?
@@aneenaktm007 OutSystems comes with 6 other ways of authentication success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_User_Management/End_Users_Authentication Do you think any one of them can help you?
Any video course for the same?
@@aneenaktm007 Sorry, no videos for that at the moment. But that page has instructions on how to do it, mainly some configurations
i do not understand the assign part in the video
Hello Tornike, the form is tied to the local variable User on screen. Using the assignment, we provide this local variable information that we arent getting from the user. The second assignment is for getting the encrypted password value assigned to User.Password.
My Users have not server action Encrypt Password
That's strange. It should be there by default. Are you using the free personal environment?
@@OutSystemsHowTos yeah i solved it . the reason is i just show missing or modified. Can you give me your Facebook's contact so I can ask you some question ?
@@ChuCongMinh great. feel free to connect with me on my linkedIn. the channel banner has the info
Please is there a developer's whatsapp group? - If yes, kindly share link..... Thanks!
Sorry, I am not aware of any whatsapp groups. There are user groups though. You can join one near to you and make friends who you can reach out to usergroups.outsystems.com/
Also, you can use the forums in the meantime for any queries www.outsystems.com/forums/