Author Topic: User Security  (Read 787 times)

mpshannon23

  • Newbie
  • *
  • Posts: 9
    • View Profile
User Security
« on: April 12, 2017, 02:00:00 PM »
Has anyone implemented a User Security Scheme with AHMI?  I'm new to AHMI.  I need to have users and roles with ability to modify users during runtime.  I also run SQL server on the HMI also.

Phrog30

  • Guest
Re: User Security
« Reply #1 on: April 12, 2017, 06:11:27 PM »
Yes, I'm currently developing something similar to PV+, except it will actually work.  It's a login system with username and password, stored in XML.  You could also use SQL.  It has the ability to add, delete, view, edit.  It's based on levels, kind of like PV+.  I will then edit the components to use this level, so then all you have to do is select the level you want and it will do the rest.

You can download what I have:
https://drive.google.com/file/d/0B-5kPtgWJjV9REIzdjU1dU45TEk/view

I'm not a .NET guy, so keep that in mind.  It does work though.  I think there is one user already created, it is jll/jll.

James

mpshannon23

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: User Security
« Reply #2 on: April 13, 2017, 09:14:59 AM »
Cool.  Thanks.  I will definitely look at this.