0

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.

Patrick Quirk
  • 23,334
  • 2
  • 57
  • 88

1 Answers1

1

You can change it directly in the DB:

UPDATE user SET mail="" WHERE user_name = 'admin';
Manuel VACELET
  • 555
  • 4
  • 16
  • I think this is how I did it. You could use the GUI though, if you know how to read system mail. – Aryess May 24 '14 at 13:04