How to set the email corresponding to the default user admin

default.ini:
[security]
disable creation of admin user on first start of grafana
disable_initial_admin_creation = false

default admin user, created on startup
admin_user = admin

default admin password, can be changed before first start of grafana, or in profile settings
admin_password = test

default admin eamil
admin_email = admin@example.org

When I set it like this, the attribute admin_email does not take effect, and admin@localhost is still in the db

I found that the default admin email is the value of admin_user @localhost. Is there any place to configure the default admin email?

The config the setting user admin it’s working the first time, the second time as logging you need enter on user setting (in this case the user “admin” and change the ,mail or password )

Here you can set the user (1 maybe are the admin)

ip:port:/admin/users/edit/1

This topic was automatically closed after 365 days. New replies are no longer allowed.