VernissageApp / VernissageWeb

Application which is Web component for Vernissage photos sharing platform.
https://vernissage.photos
Apache License 2.0
8 stars 0 forks source link

Settings fields "Web contact user id" and "Default system user id" require direct database query #121

Open mgrzeca opened 2 days ago

mgrzeca commented 2 days ago

In the instance settings view, there are two fields—"Web contact user id" and "Default system user id"—that require entering the primary key value (ID) from the Users table. However, this user ID is not displayed anywhere in the app, so the only way to retrieve it is by running a SELECT query directly on the database.

It would be more user-friendly if these fields allowed selecting a local user by username, with a convenient autocomplete mechanism to simplify the process.

mczachurski commented 2 days ago

The id's are visible in the URL in the browser, but it's very good idea for future improve 👍.