I'm working on a web service and need to restrict users from signing up with certain usernames such as admin, root, etc.
I know this is a common problem that everyone goes through when developing a new service, so thought there should be a database or at least some examples of commonly banned usernames for websites, but couldn't find it on Google. I guess I'm not searching it with the right keyword.
Can anyone point to a resource on this?