How to Enable User Role Control for Accessing the Settings Menu: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 4: Line 4:


When Admin is logged in, all Settings menus are available to customers even if this feature is enabled, and can only be controlled when Admin is logged out. So, on the production terminal, customer only need to install and run this application to enable it; On the development terminal, customer need to click the Settings>Operator logout to use this feature because the default administrator is already logged in in this mode of terminal.
When Admin is logged in, all Settings menus are available to customers even if this feature is enabled, and can only be controlled when Admin is logged out. So, on the production terminal, customer only need to install and run this application to enable it; On the development terminal, customer need to click the Settings>Operator logout to use this feature because the default administrator is already logged in in this mode of terminal.
//default password for user role is 60318218
<syntaxhighlight lang="java">
 
// hide here, default password for user role is 60318218
</syntaxhighlight>
[http://ftp.wizarpos.com/advanceSDK/vedioforuserrole.mp4 Demonstration of video operation for development  terminal].
[http://ftp.wizarpos.com/advanceSDK/vedioforuserrole.mp4 Demonstration of video operation for development  terminal].

Revision as of 08:19, 12 September 2023

Sometimes, the setting interface of the unattended terminal should be disabled by default. So we design this function.

To start this function, please install and run this apk. Enable user role.

When Admin is logged in, all Settings menus are available to customers even if this feature is enabled, and can only be controlled when Admin is logged out. So, on the production terminal, customer only need to install and run this application to enable it; On the development terminal, customer need to click the Settings>Operator logout to use this feature because the default administrator is already logged in in this mode of terminal.

// hide here, default password for user role is 60318218

Demonstration of video operation for development terminal.