Adalo tutorials: admin and user access to different screens. UPDATE in the description

Поделиться
HTML-код
  • Опубликовано: 30 сен 2020
  • In this short tutorial I show how to redirect users with different roles to different screens after their login. For example, this could be useful when you have "admin" role and want to have a separate screen - admin console.
    UPDATE: with recent Adalo changes, I recommend making all actions from "routing" screen conditional. E.g. action which is leading to Admin screen should happen sometimes (when Logged-in User - Admin is True), and action leading to User screen should also happen *sometimes (when Logged-in User - Admin is False).
  • НаукаНаука

Комментарии • 36

  • @markxrblx
    @markxrblx Год назад +1

    AMAZING! I know I'm sending this on a Roblox YT account but this video is overall amazing! This video just leads straight to the answer! Thanks so much Victor Kuzmichev! 🤩🥳👏😁😃😄😀

  • @guesstheimage
    @guesstheimage 3 года назад +2

    Great video!! Greetings from the Netherlands. I hope you keep making videos about Adalo!

  • @SpragginsDesigns
    @SpragginsDesigns 2 года назад +2

    Straight to the point, thank you very much!

  • @SinCodigo
    @SinCodigo 3 года назад +1

    Victor thanks a lot for sharing. Keep going with Adalo :)

  • @JonasUrbonas
    @JonasUrbonas 3 года назад +1

    Great tutorial, straight to the point, thanks!

  • @user-jo4lp5ll4v
    @user-jo4lp5ll4v 3 года назад +1

    thank you so much bro 👏🏻😻❤️

  • @jamiek2039
    @jamiek2039 3 года назад +1

    Nice and to the point, thank you!

  • @jumanahalwafi5904
    @jumanahalwafi5904 2 года назад +1

    Great Job man Keep going!

  • @afokeakpomiemie796
    @afokeakpomiemie796 2 года назад +2

    Hi. Nice Tutorial. A quick one. I want to implement this same user type select for multiple users. For instance, on sign up, user should be able to select user type and depending on the user type selected, the system direscts to respective screens meant for each user. How do I go about it?

  • @adhhiraajv
    @adhhiraajv 2 года назад +1

    thanks a lot!!!

  • @ahmedferdaus2042
    @ahmedferdaus2042 3 года назад +1

    That's great!

  • @NanoAndro
    @NanoAndro 3 года назад +1

    Bonjour et merci pour ton aide. J'ai pu mettre en place cet accès admin/utilisateur sur des écrans différents. Je n'ai cependant pas créé une page intermédiaire (interim) comme toi, j'ai programmé la détection admin sur la page "connexion" et tout marche parfaitement. Merci encore et au prochain tuto.

    • @victorkuzmichev2443
      @victorkuzmichev2443  2 года назад +1

      There *might* be some glitches when you make the conditional actions immediately after login on the login page, so better not to do it. That's why I'm using the Interim screen for "routing".

    • @NanoAndro
      @NanoAndro 2 года назад +1

      @@victorkuzmichev2443 Merci pour tout.

  • @theunforgiven2601
    @theunforgiven2601 2 года назад

    Big Brain Time.
    Nice.
    Is there a possibility to allow the user to sign a consent to procced to the next tabs?
    and not only a check box, but allow him to sign as well. Is it possible?

  • @florinalexandruciovica2526
    @florinalexandruciovica2526 Год назад

    Good so far but how to create two different forms depending on user type?

  • @interpole76
    @interpole76 2 года назад

    Hey Thanks a lot for sharing this video and please can you help me take a look on my app, the trigger notification is not working on my app.

  • @kimabella613
    @kimabella613 2 года назад +1

    What if a mobile app and a web app sharing one database.
    Does this still applicable?
    How can i make the login form in my web app only accept admin user?

    • @victorkuzmichev2443
      @victorkuzmichev2443  2 года назад

      Yes, it is still applicable and you can set up your webapp to accept only admins. Logic is very similar.

  • @sinakhonekeodara4499
    @sinakhonekeodara4499 3 года назад +2

    Good video but you stopped in the middle of this whole process. Plus, you nevered explain how you set up all those accounts inside The admin screen? And what happened to the regular Home screen? You made the Interim screen a homescreen but didn't explain what happened to the regular homescreen. Now, I'm still just as lost because I have a normal homescreen where there are tabs that I can't get to because when I sign in it takes me to the User Screen or the Admin screen. Can you explain what next?

    • @NinjaNuggets21
      @NinjaNuggets21 3 года назад +1

      simply set up the accounts by clicking the icon beside User Data collection > View/edit records > "+ Add user" > Scroll down the properties and set IsAdmin to true..
      Hope this helps.

    • @jeetfatehsingh6194
      @jeetfatehsingh6194 3 года назад

      @@NinjaNuggets21 Thanks!

    • @NinjaNuggets21
      @NinjaNuggets21 3 года назад

      @@jeetfatehsingh6194 no problem. I’m also learning about how to use it. It’s pretty intuitive but sometimes hard to find stuff.

  • @NinjaNuggets21
    @NinjaNuggets21 3 года назад

    an interim screen is not necessary. Put the "link" actions in the login and sign up page, specifically in the submit button. Tt works the same except no blank buffer page.

    • @victorkuzmichev2443
      @victorkuzmichev2443  3 года назад +4

      Hi @Luigi, I would argue with this. Conditional actions after login may not work very well and sometimes may be glitchy. Please see the thread here: forum.adalo.com/t/problem-restricting-users-without-access-code/2883 - there is some info about this both in the thread and in video by Ashley.
      So I made this routing screen on purpose ;)

  • @LALMAN-wf2ze
    @LALMAN-wf2ze 2 года назад

    Hello sir I am trying to build an order delivery platform but facing issues for orders to show up on users screens can you help me
    please??

    • @victorkuzmichev2443
      @victorkuzmichev2443  2 года назад

      You can contact me directly - as an Adalo Expert I offer application development and consulting services.