Announcement

Collapse
No announcement yet.

I want an indicator to work with only the specified username

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I want an indicator to work with only the specified username

    Hello, below is the email I sent esignal, please help me out.. thanks!

    --- Original Message ---

    I want an indicator to work with only the specified username... with a username that I put in the script, but I don't know the script code. So I don't know what to put in the script so the the indicator has to check the username and be the same.

    For example, I want to give my friend who already uses esignal and indicator, but I don't want him passing it around... so is there a way to have the indicator work with only that username.

    I know know what to put in the script, then I can encryt it and pass it along.

    Thanks.

    Thank you for your email.

    This will require certain code be entered in your EFS Study that would encrypt your study and require username and password confirmation. You would need to post your questions for assistance on our EFS Forum:

    EFS is only supported online through our Forum site.

  • #2
    dukearl
    You can do that with the getUserName() function eg
    if(getUserName() != "username") return;
    Alex

    Comment

    Working...
    X