New field for adding an user in grafana source

Hi everyone,

I would like to add a new field when adding a new user, in this case a logo field, in order to have a personalized logo for each user in grafana.

I have just edit the new_user.html page and i am able to create a new input type of type “file”, also i added a new column in grafana.db of type text called “logo”

Now my question is, what file do i have to modify in order to edit the add user query to de database? (in order to be able to add the new logo field in the database query).

Also i believe that there is some file over there that manages all the Model View Controller of user, but i am not able to find it…

Any help would be appreciate it

thanks in advance