This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Pincode for Scheduler Access from Visu
#1
Hey,

A customer wants restricted Access to schedulers from the Visu Dashboard.
I tried a code snippet from 2017 that i found in the forum, but it doesnt work.

Code:
    /***********/
  /*** Link PIN Protection ***/
  $(function(){
  $('.mylink').off('vclick').on('vclick', function(e) {
    showPincode('1234', {
      callback: function() {
        window.location = '/scada-vis/schedulers';
      }
    });
   
    return $.stopEvent(e);
  });
});
Reply
#2
Why don't you just restrict it by user?
------------------------------
Ctrl+F5
Reply
#3
You can place schedulers via iframe and protect the plan with PIN. This function does not work because for security reasons PIN check now happens on the server side.
Reply


Forum Jump: