Closed landam closed 9 years ago
It would be also useful to introduce also new admin commands:
gislab-listusers
gislab-listgroups
@mpastor , please add tests for gislab-addgroup, gislab-delgroup, gislab-listusers, gislab-listgroups
Implemented in multiple recent commits.
Currently GIS.lab users are by default members of
gislabusers
andgislabadmins
(only superusers) group. It would be useful to manage also other admin-defined groups. That would require to add new admin commands like:gislab-addgroup
gislab-delgroup
And a new parameter for
gislab-adduser
to define membership for newly created users (eg.-r
):Then the user
lab1
will be member ofgislabusers
andgroup1
.Or to modify usage of already used
-s
parameter (which defines superusers)Then
lab1
will be member ofgislabusers
andgislabadmins
,lab2
---gislabusers
,gislabadmins
andgroup1
.