boersmamarcel / challengesplatform

Challenges platform
MIT License
9 stars 2 forks source link

View password reset url in admin screen #332

Open bcleenders opened 11 years ago

bcleenders commented 11 years ago

It's quite a mess to recover a password reset url if the mail has landed in a users junk folder.

One solution would be to show the reset url in the usermanagement screen (admin version of edit user)... Then an admin can always copy/paste the url and send it to a user if something goes wrong.

boersmamarcel commented 11 years ago

Maybe we can use mandril from mail chimp to make sure that it doesn't go to the junk folder. And have the other solution as a back up? The other emails probably end up in the junk folder also.

On Fri, Aug 9, 2013 at 2:13 PM, Bram notifications@github.com wrote:

It's quite a mess to recover a password reset url if the mail has landed in a users junk folder.

One solution would be to show the reset url in the usermanagement screen (admin version of edit user)... Then an admin can always copy/paste the url and send it to a user if something goes wrong.

Reply to this email directly or view it on GitHub: https://github.com/boersmamarcel/challengesplatform/issues/332

bcleenders commented 11 years ago

That'd be even better; would you like to add it? I'll make a new issue for mandrilla...

boersmamarcel commented 11 years ago

Yeah assign it to me

On Fri, Aug 9, 2013 at 4:20 PM, Bram notifications@github.com wrote:

That'd be even better; would you like to add it?

I'll make a new issue for mandrilla...

Reply to this email directly or view it on GitHub: https://github.com/boersmamarcel/challengesplatform/issues/332#issuecomment-22397335

bcleenders commented 10 years ago

Hacky work-around: de-activate and activate user to send a new mail. Works like a charm, but it's not very nice...