zalsaeed / cgav

Certificate Generation and Verification
GNU General Public License v3.0
3 stars 1 forks source link

Look up by user ID in the settings page #70

Open zalsaeed opened 2 weeks ago

zalsaeed commented 2 weeks ago

When the admin user try to change the a password (or any other information) for one of the users, there could be inconsistent information. For example, selecting the user named X, but getting information for a user named Y. This is most likely a lookup issue on the user ID that needs to be fixed across all the settings pages.