knodafuture / knoda-web

www.knoda.com
0 stars 0 forks source link

Admin Section - Lookup User and update verified status #153

Closed adamnengland closed 10 years ago

adamnengland commented 10 years ago

When going to /admin on web, we have the ability to look up a user by username.

This should be expanded so that the user results are accompanied by a button that says "Make Verified Account". Clicking this button would mark the user as verified, thus giving them the coveted checkmark.

Target users for this feature are Kyle & Flex.

Technical info: To get started, look at "/admin", and click on "users", and put in a username to find.
Related controllers are admin/home_controller and admin/users_controller

adamnengland commented 10 years ago

@jkcailteux Obviously not a priority - Just wanted to put this in your court as a potential way to learn some rails development. Let me know if you have any questions.