Search Results for 'Autologin'

Forum Home Forums Search Search Results for 'Autologin'

Viewing 15 results - 1 through 15 (of 30 total)
  • Author
    Search Results
  • #15964

    In reply to: No sign-in

    詹森
    Participant

    https://github.com/njzsky/Public/blob/main/autoLogin.png?raw=true

    I’m very sorry, there is something wrong with the link, I just uploaded it again. Again help me to see that I have carried out such a configuration (as shown), why is it still not possible to log in without it, thank you for your answer

    #15947

    In reply to: No sign-in

    詹森
    Participant

    https://img1.lookpic.cn/2025/01/08/autoLogin.png

    I have configured the user name and password for automatic login, but I still need to log in. Is the reason for the administrator account? And how to configure a log-in free account

    #15945

    In reply to: No sign-in

    manjey73
    Participant

    Do I set up autologin in the SacadWeb instance settings?

    #15513
    RapidVZ
    Participant

    Invalid username and password. I enter the same username and password in the database as in the instance, but I get that error in the log…

    Here are the configurations for each one, the secret key is the same

    `<?xml version=”1.0″ encoding=”utf-8″?>
    <ScadaWebConfig>
    <GeneralOptions>
    <DefaultCulture>es-AR</DefaultCulture>
    <DefaultTimeZone>Argentina Standard Time</DefaultTimeZone>
    <DefaultStartPage />
    <EnableCommands>true</EnableCommands>
    <ShareStats>true</ShareStats>
    <MaxLogSize>100</MaxLogSize>
    </GeneralOptions>
    <ConnectionOptions>
    <Name>Default Connection</Name>
    <Host>localhost</Host>
    <Port>5000</Port>
    <Username>ScadaWeb</Username>
    <Password>E2273582547C0D83B36B134C52EF98E8</Password>
    <Timeout>10000</Timeout>
    <SecretKey>………………………….</SecretKey>
    </ConnectionOptions>
    <LoginOptions>
    <RequireCaptcha>false</RequireCaptcha>
    <AllowRememberMe>true</AllowRememberMe>
    <RememberMeExpires>30</RememberMeExpires>
    <AutoLoginUsername />
    <AutoLoginPassword>C8080E774B59B0C6694063BDE2428352</AutoLoginPassword>
    </LoginOptions>

    <?xml version=”1.0″ encoding=”utf-8″?>
    <ScadaServerConfig>
    <GeneralOptions>
    <UnrelIfInactive>300</UnrelIfInactive>
    <MaxCurDataAge>0</MaxCurDataAge>
    <UseArchivalStatus>false</UseArchivalStatus>
    <GenerateAckCmd>false</GenerateAckCmd>
    <DisableFormulas>false</DisableFormulas>
    <EnableFormulasObjNums />
    <StopWait>100</StopWait>
    <MaxLogSize>100</MaxLogSize>
    </GeneralOptions>
    <ListenerOptions>
    <Port>10000</Port>
    <Timeout>10000</Timeout>
    <SecretKey>…………………</SecretKey>
    </ListenerOptions>
    <Modules>
    <Module code=”ModArcBasic” />
    <Module code=”ModArcPostgreSql” />
    </Modules>
    <Archives>
    <Archive active=”true” code=”Cur” name=”Current data” kind=”Current” module=”ModArcBasic”>
    <Option name=”FlushPeriod” value=”30″ />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”UseCopyDir” value=”false” />
    </Archive>
    <Archive active=”true” code=”Min” name=”Minute archive” kind=”Historical” module=”ModArcBasic”>
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseCopyDir” value=”false” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Second” />
    <Option name=”WritingPeriod” value=”1″ />
    <Option name=”WritingPeriodUnit” value=”Minute” />
    </Archive>
    <Archive active=”true” code=”Hour” name=”Hourly archive” kind=”Historical” module=”ModArcBasic”>
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseCopyDir” value=”false” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Minute” />
    <Option name=”WritingPeriod” value=”1″ />
    <Option name=”WritingPeriodUnit” value=”Hour” />
    </Archive>
    <Archive active=”false” code=”Day” name=”Daily archive” kind=”Historical” module=”ModArcBasic”>
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseCopyDir” value=”false” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Hour” />
    <Option name=”WritingPeriod” value=”24″ />
    <Option name=”WritingPeriodUnit” value=”Hour” />
    </Archive>
    <Archive active=”true” code=”Events” name=”Event archive” kind=”Events” module=”ModArcBasic”>
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseCopyDir” value=”false” />
    </Archive>
    <Archive active=”false” code=”CurCopy” name=”Current data copy” kind=”Current” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”FlushPeriod” value=”30″ />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”UseDefaultConn” value=”true” />
    </Archive>
    <Archive active=”false” code=”MinCopy” name=”Minute archive copy” kind=”Historical” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PartitionSize” value=”OneMonth” />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseDefaultConn” value=”true” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Second” />
    <Option name=”WritingPeriod” value=”1″ />
    <Option name=”WritingPeriodUnit” value=”Minute” />
    </Archive>
    <Archive active=”false” code=”HourCopy” name=”Hourly archive copy” kind=”Historical” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PartitionSize” value=”OneMonth” />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseDefaultConn” value=”true” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Minute” />
    <Option name=”WritingPeriod” value=”1″ />
    <Option name=”WritingPeriodUnit” value=”Hour” />
    </Archive>
    <Archive active=”false” code=”DayCopy” name=”Daily archive copy” kind=”Historical” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PartitionSize” value=”OneMonth” />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseDefaultConn” value=”true” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Hour” />
    <Option name=”WritingPeriod” value=”24″ />
    <Option name=”WritingPeriodUnit” value=”Hour” />
    </Archive>
    <Archive active=”false” code=”EventsCopy” name=”Event archive copy” kind=”Events” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PartitionSize” value=”OneMonth” />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseDefaultConn” value=”true” />
    </Archive>
    </Archives>
    </ScadaServerConfig>

    #13120
    qqaz
    Participant

    hi @mikhail I saw the AutoLogin Plugin you mentioned in a post, but I can’t open this link(https://disk.yandex.ru/d/RZArYfy89mgjkw), is it convenient to send the code to my email? Thank you very much

    “The Webstation app stores login info in the HTTP session. I suppose, you need a small plugin written in C# that performs login for you. For example, AutoLogin Plugin.“

    #11569
    Mikhail
    Moderator

    i just need that autologin can be possible only from localhost

    Probably you should deploy 2 instances of Webstation with different settings.

    #11558
    cooldjmc
    Participant

    Hi i just need that autologin can be possible only from localhost(it is a linux instance) so when I access scada from network you must enter user and passowrd.

    My question comes after i read posts 10398 an 10399. How to configure Autologin.aspx as local access only.

    I will consider to update to V6 after a stable build, and not shure if modules permanent key purchased are valid for V6.

    Thanks,

    #11547
    zzz
    Participant

    You could however just enable v6 autologin, and use nginx‘s access-control rules to restrict RSv6 access to desired ip range.

    Note nginx’s access-control is applied before requests hit RS. You won’t be able to access RS’s web port from these restricted ip either, let alone login.

    #11531
    cooldjmc
    Participant

    Hi, how can I configure the Autologin.aspx as local access.3 ?

    #10398
    Merdock
    Participant

    Here some threads about autologin. Perhaps in version 5. You only need to configure the Autologin.aspx as local access.3

    https://forum.rapidscada.org/?action=bbp-search-request&bbp_search=Autologin

    #10396
    #10073

    In reply to: Monitoring Panel

    Let me try Autologin. I will get back to you guys soon.

    Thanks for quick response.

    #10072

    In reply to: Monitoring Panel

    Mikhail
    Moderator

    Hi,
    PlgAutoLogin.
    Note: in the 6th version (beta now) the auto login feature is available out of the box.

    #10071

    In reply to: Monitoring Panel

    manjey73
    Participant

    Use Autologin for version 5

    #9928

    In reply to: Auto Logon

    manjey73
    Participant

    The script is located in the file /scada/ScadaWeb/js/autologin.js where you specify your user and his password. It may be necessary to reboot the web to update the scripts in the browser, for example by Ctrl+F5

Viewing 15 results - 1 through 15 (of 30 total)