LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

Email notification for pending user approval. #170

Closed uleopold closed 9 years ago

uleopold commented 9 years ago

We need an email notification for pending user approval. Currently, we only see a list at the home page for each city under each instance probably. As we do not check this regulalry we need to get an email notification for the users waiting approval.

eykamp commented 9 years ago

Probably you want to have a scheduled task (once per week?) that just cycles through the database and sends an email out to anyone with pending approvals who hasn't been contacted for at least a week.

On 9/15/2014 3:03 AM, Ulrich Leopold wrote:

We need an email notification for pending user approval. Currently, we only see a list at the home page for each city under each instance probably. As we do not check this regulalry we need to get an email notification for the users waiting approval.

— Reply to this email directly or view it on GitHub https://github.com/CRTE/iguess/issues/170.

uleopold commented 9 years ago

No, I meant an email notification to the admins which should be notified about pending approvals. At the moment the admins get only notified on the homepage and after login into iGUESS.

eykamp commented 9 years ago

That's what I meant too. They need periodic email reminders.

On 9/15/2014 1:37 PM, Ulrich Leopold wrote:

No, I meant an email notification to the admins which should be notified about pending approvals. At the moment the admins get only notified on the homepage and after login into iGUESS.

— Reply to this email directly or view it on GitHub https://github.com/CRTE/iguess/issues/170#issuecomment-55654681.

uleopold commented 9 years ago

ok, then yes. The above is what we want.

uleopold commented 9 years ago

Can we implement this email notification for pending users?

uleopold commented 9 years ago

Closed as duplicate of #152 .