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


Messages In This Thread
Pincode for Scheduler Access from Visu - by hummelsystemhaus - 18.12.2020, 09:59

Forum Jump: