Password screen

I have an application that I developed a couple of years ago and was just contacted by the owner of this clinic to request that we make the application password-protected. I developed the table in the dictionary along with the mechanism to add new users and change password. My problem is that I don’t know how to stick a form in front of the application to prompt the user for a password. I used standard ABC template. Any thoughts or suggestions would be greatly appreciated!

Mark

1 Like

Perhaps you can find some ideas here:

I use secwin from Capesoft. Easy and worth the money, in my opinion.

Maybe this to start with ? http://www.odata.de/Clarion/loginwindow/index.php

You can check the loginname and password with a users-table. If userID = xx then in Main you can enable / disable certain menu-items