Add User resource #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Enable the controller to also manage user accounts.
It should only manage fields that are not managed by the user:
The user should be informed, by email, that their account has been created.
Ideally this is done by lldap, but not sure if that is possible, if not we'll implement it into the controller.
Might also be an idea to have initial options.
These values will set the respective field to that value, but only when the user is created in lldap.
Add UserAccountto Add User resourceResource would look like this:
I believe there are some restrictions on the name field, so might have to figure out something for that
Not really a fan of the
initial
thing. Might be better to just use the webui to manage real users.Not really a fan of the
initial
thing. Might be better to just use the webui to manage real users.