phpdave11 / php-survey-builder

A PHP web application that lets you create surveys and collect survey responses. Uses SQLite3 by default and also supports MySQL and PostgreSQL.
MIT License
71 stars 47 forks source link

Plain user has access to create /edit user/survey #3

Closed mariosm closed 5 years ago

mariosm commented 6 years ago

Is there a distinction between a administrator and user? Since both can create users/surveys etc

phpdave11 commented 6 years ago

Nope, currently there aren’t separate types of users in the admin panel. All users are administrators.