Generate page with certain data from members wait - Posted (1087 Views)
Junior Member
texanman
Posts: 410
410
I want to create a page that picks certain information from the members waiting approval table, specifically name, e-mail address, endorser's name. All these 3 fields are required for registration. Currently, we use endorsement to approve members. So, each time someone seeks membership, I post a topic so that the endorser verifies that the e-mail belongs to the person seeking membership. I want to avoid this and have existing members view this page and indicate whether the e-mail belongs to the person or not. I hope it is something easy to do! smile<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 4224
4224
Easy enough. I'll write it for you this afternoon.<
Posted
Junior Member
texanman
Posts: 410
410
Thanks carefree
I was playing with the admin_accounts_pending.asp deleting the parts I didn't need. I am sure yours will be efficient.<
Posted
Advanced Member
Carefree
Posts: 4224
4224
What's the name of the endorser field in the table?<
Posted
Support Moderator
Shaggy
Posts: 6780
6780
Does it hold the exact username (or, better, the ID) of the "endorser" as that's the only way you're going to have of ensuring that only the "endorser" can see registrations made in their name. Without that check, any registered member can see the details of any new member and harvest their address.
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Posted
Junior Member
texanman
Posts: 410
410
Carefree:
The endorser's name is M_Refname (stands for reference name). Shaggy that is a good point, but I was not worried about that.
Members belong to the same organization. I wouldn't expect that to happen. The reference job is to make sure the applicant belong to the organization and
make sure the e-mail belongs to him/her.
There is no way to have the username or the ID of the endorser.
I could just provide the applicant's name and the reference name and have
the reference verify the e-mail. Thanks<
 
You Must enter a message