Security/restricted interface Sample Clauses

Security/restricted interface. A basic function necessary in every mobile application is a secure log in. The data collected could contain sensitive information and should be encrypted and password protected. The ability to enforce a secure log in to the application to establish identity is always required. One potential benefit is that different user roles (such as interviewer, data manager, supervisor, etc.) can be created to provide different functionality based on privileges assigned to that role. Since different devices implement their “unlock” features differently, and since users can often disable device-level password protection, this secure log in should be at the application level instead of the device level.