• Sean Hammond's avatar
    Enable admins to activate users · 6c9e4f61
    Sean Hammond authored
    Add an "Activate" button next to users on the /admin/users page so that
    admins can activate user accounts.
    
    Some refactoring to avoid code duplication between activating by users
    clicking on an activation link and admins clicking the new activate button:
    move the code that actually activates the user onto the User model where
    both views can call it.
    6c9e4f61
admin.scss 164 Bytes