Tuleap - Site admin mail address

506 views Asked by At

How do I change the default mail address for siteadmin? I tried to change from GUI mode, but it's not working. Please provide the proper path to change the admin mail address.

1

There are 1 answers

1
Manuel VACELET On

You can change it directly in the DB:

UPDATE user SET mail="" WHERE user_name = 'admin';