Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.25k stars 525 forks source link

Cannot add multiple accounts with identical username #4092

Open thefranke opened 1 year ago

thefranke commented 1 year ago

Usually when setting up accounts, one tends to choose the same username for different services.

In my case, I have two FreshRSS instances set up with identical usernames. NetNewsWire though complains that it cannot add the second account because the credentials are identical. Is there a reason for this?

brentsimmons commented 1 year ago

When we first started adding sync accounts, I was thinking of services such as Feedbin and Feedly where each username is, and has to be, unique.

The code that checks the credentials is there to prevent a person from adding two of the exact same accounts (same service and same username), since that’s not something a user would want to happen.

The idea that a person might subscribe to multiple instances of FreshRSS with the same username is just not a thing I thought of.

thefranke commented 1 year ago

Makes sense. For now I stumble into this issue every now and then when registering for an account and accidentally using the same name. Not a big issue since one can re-register, only an annoyance. Would be nice to have this restriction loosened in the future.