EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Fix user notification on access group approval #1399

Closed gmk6351 closed 5 years ago

gmk6351 commented 5 years ago

The notification mails were sent to the currently logged in user (i.e. the admin approving the request). Pass the correct User object (of the approved user) to the notify function so mails will be sent to the approved user.