Change admin user in NocoDB

My YunoHost server

Hardware: Hetzner VPS
YunoHost version: latest stable
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If your request is related to an app, specify its name and version: nocodb 0.255.0~ynh

Description of my issue

I needed to change the email of the admin user in NocoDB.

The fix described in Feature request - Change admin email & manually approve users · Issue #2973 · nocodb/nocodb · GitHub did not work after setting the env variable and restarting the nocodb service.

I changed the email by doing:

sudo mysql
> USE nocodb
> UPDATE nc_users_v2 SET email = '[new_admin_email]' WHERE id = '[admin_user_id]';

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.