carlosnorvik Posted December 3, 2015 Posted December 3, 2015 Hi: Is it possible to require a password to execute a script = Password not Known = Halt script? Thanks Carlos
Kris M Posted December 3, 2015 Posted December 3, 2015 (edited) Require a password also means validate the password is acceptable right? That means you have to store it somehow. Implementing s security feature using scripts and stored credentials is problematic. Its like whack-a-mole to cover all the potential threat vectors. You can restrict users ability to execute a script in the security settings so start there. Edited December 3, 2015 by Kris M 1
comment Posted December 3, 2015 Posted December 3, 2015 1 hour ago, carlosnorvik said: Is it possible to require a password to execute a script Have a look at the Re-Login[] script step. 1 hour ago, carlosnorvik said: Password not Known = Halt script Not sure why you want to do this, but IMHO if you are not sure of the identity of the user, and they fail to prove it to you, you should terminate their session.
carlosnorvik Posted December 4, 2015 Author Posted December 4, 2015 (edited) Thanks Re-Login does the trick and also makes sure that only the correct user can execute the script. I need it as an extra step, so that a user (with the correct privileges) fully knows that he is executing the script (it also has a custom dialog before the Re-Login The script takes to a layout where you can change serial numbers, We ocasionally (rarely) need to change them, for example when an order is shipped partially, we duplicate the record and split the order in ....A and ....B. The related portal has tools to change its numbers to ....A and ....B. Only users who are trained on how to do this have access to the layout. It won't make it 100% foolproof, but it will decrease the chances of accidents. Best regards Carlos Edited December 4, 2015 by carlosnorvik
Recommended Posts
This topic is 3276 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now