ontehfritz / SuperSimpleAuth

WIP Simple Online Authentication and Authorization Micro-Service
https://www.authenticate.technology
4 stars 1 forks source link

SSA Manager: Add the ability to delete users #17

Closed ontehfritz closed 10 years ago

ontehfritz commented 10 years ago

managers should be able to delete users. The initial thought was only user could delete their account. Managers could only disable accounts. This is not practical.

ontehfritz commented 10 years ago

Sort of switched up the logic, users can disable their account from any app, this will not delete it, but will seem deleted to the user.

Then the domain manager can delete it from management site.