You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hello All,
I have an Admin user, who can see list of users. He can activate or deactivate users. While deactivating a user I should send a mail along with activation link to the user. The activation link should be a token which onclick it will activate the account of the user.
While creating the user a token is saved in the db in users table. How to get that token from db ? or what else should I do ?
Thanks.
Kashif Umair Liaqat
unread,
Sep 24, 2012, 8:07:33 AM9/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
If the token is saved in User table then you should do this.