Add default user permissions support

Review Request #10106 — Created July 28, 2018 and discarded — Latest diff uploaded

Information

Review Board
release-3.0.x

Reviewers

Default permissions for new users can be given by assigning them to the
"default" Django auth group. The group is automatically created if it
does not exist.

Checked if the "default" group appears in admin/db/auth/group/ after a
new user was created.
Assigned permissions to the group.
Checked if a new users is automatically a member of the "default" group.

    Loading...