Open
Description
When combined with auth_ldap
the fever plugin is unusable. The LDAP auth module creates user entries in the database with the login name not being the actual login name but some UUID code. Fever then takes this uuid and expects it as login name. However that login is never shown to the user and is not the name he uses for login in ttrss (also it is pretty hard to enter a uuid on a cell phone). When I take the uuid right out of the database and use it for login, the fever api works just fine.
I suggest to let the user also set the login name together with the password if an auth plugin other than internal is used.