dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it possible to create users/groups externally

dshoreman opened this issue · comments

Currently all the code for handling the creation/modification of users and groups on the host system is contained within the controllers. This is far from ideal and prevents us calling it from anywhere else.

Eventually we'll need to create users as part of the site creation process, so we need to refactor such that system users and groups have their own classes similar to Eloquent models.