Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Align
alignright

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

From software 2.62 or higher, we have implemented the possibility to create up to 30 login accounts:

Role:

  • Admin
  • User

In the web-interface go to: SETTINGS - System - Web configurator - Additional WebUI accounts


Click on Add to create a new account


Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning
Code Block
titleAdd account
<oper name="add_webui_account">
    <param name="Username" value="<username>" />
    <param name="Password" value="<password>" />
    <param name="Role" value="admin"/>
</oper>
Code Block
titleDelete account
<oper name="delete_webui_account" value="<username>" />