Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    User permission inside the software

    General and Desktop
    2
    4
    689
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • guidupas
      guidupas last edited by

      Hello all!

      I am developing a software for multiple users and I need to set permission about what each user can and cannot do inside the software, like access to software area's and so long.

      Could someone help me with an article or a link about it?

      Thanks in advance.

      Att.
      Guilherme Cortada Dupas

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Sounds like you would need a database to store the user and add/remove permissions then check if your user has them based on the content of that database. What kind of software would that be ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • guidupas
          guidupas last edited by

          It's a software for store's control and management.

          Att.
          Guilherme Cortada Dupas

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Then indeed, you would need a centralized way to identify and manage your users base. You're application should then get a set of rights for the current user and act accordingly

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post