Closed dlebauer closed 10 years ago
review the folowing:
select id, login, name from users where page_access_level = 1;
Every time a new user signs up BETY will send an email to all people that are currently admin. In the case of the VM the only person that is admin and it will send an email to betydb right now [1].
To make sure only people that need to see the email get the email we need to check all users in the database and limit page_access_level = 1 to only those that need admin rights. See comment of David above to see all admin users in the database.
[1] currently all remote machines will also have this user with the password and admin privileges until this is fixed in uissue #63.
Okay. Ive set it so that only Scott and I are admins on ebi-forecast.
per pull request #56, need to update database
(@robkooper what updates are required)