Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 08, 2018
  3. Aug 17, 2017
  4. Jun 05, 2017
  5. Jun 01, 2017
  6. Apr 06, 2017
  7. Feb 24, 2017
    • Timothy Andrew's avatar
      Don't allow deleting a ghost user. · 6fdb17cb
      Timothy Andrew authored
      - Add a `destroy_user` ability. This didn't exist before, and was implicit in
        other abilities (only admins could access the admin area, so only they could
        destroy all users; a user can only access their own account page, and so can
        destroy only themselves).
      
      - Grant this ability to admins, and when the current user is trying to destroy
        themselves. Disallow destroying ghost users in all cases.
      
      - Modify the `Users::DestroyService` to check this ability. Also check it in
        views to decide whether or not to show the "Delete User" button.
      
      - Add a short summary of the Ghost User to the bio.
      Unverified
      6fdb17cb
  8. Dec 31, 2016
  9. Dec 05, 2016
  10. Jul 14, 2016
  11. Jul 08, 2016
  12. Jul 07, 2016
Loading