Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [wickedmoon] Easy way to delete users from email links?

Quote Reply
Re: [wickedmoon] Easy way to delete users from email links? In reply to
You do need the userid. You can 'fix' this (I'll add it to 2.1.1), by adding the userid to the available variables. Take a look at admin/NoAuth/Join.pm line ~117, and add:
Code:
$cgi->{userid} = $id->{$p . 'users.userid'};
just before the call to notify admin.

Then in the admin.eml, you can add a link like:
Code:
<%url_admin%>/admin.cgi?email=<%email%>;userid=<%userid%>;page=user_confirm.html

Adrian
Subject Author Views Date
Thread Easy way to delete users from email links? telemachus 3207 Jun 12, 2002, 5:12 PM
Thread Re: [wickedmoon] Easy way to delete users from email links?
telemachus 3090 Jun 12, 2002, 5:14 PM
Thread Re: [wickedmoon] Easy way to delete users from email links?
brewt 3090 Jun 13, 2002, 1:28 AM
Thread Re: [brewt] Easy way to delete users from email links?
telemachus 3068 Jun 13, 2002, 2:02 AM
Thread Re: [wickedmoon] Easy way to delete users from email links?
brewt 3055 Jun 13, 2002, 3:35 AM
Thread Re: [brewt] Easy way to delete users from email links?
telemachus 3090 Jun 13, 2002, 4:13 AM
Post Re: [wickedmoon] Easy way to delete users from email links?
brewt 3039 Jun 13, 2002, 11:33 AM