ferg1e/comment-castles

Remove hardcoded 'stink' username and '1' user_id from source code

ferg1e opened this issue · 1 comments

I think 'stink' appears once at the top of the website/active router. And I believe the 1 user_id appears 3 or 4 times in the API router. These hardcoded values currently server as the default whitelist (it is assumed that is_eyes is true for this account). We may need to put these defaults in the config, or maybe we use the lowest user_id that has is_eyes equal to true.

ferg1e commented

I believe I did this within the last 2 releases. There are config values for this username and user_id.