Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...subscription expiration notificationsubscription expiration notification
Previous
 
Next
New Post
11/8/2006 5:38 PM
 
It's probably just me, but shouldn't users get an e-mail notification when their role subscription expires or is there something here that I should configure myself???
 
New Post
10/12/2007 7:30 AM
 

I created a ticket for this feature request around the time when I wrote this post. It's been a years time now, but nothing has changed.

Have you ditched the idea or is there no time to do it?

Maybe somebody could help me with a sql query that returns the following:

a list (full name, e-mail address, expiration date) of users who are members of a specified role that expires in a specified number of days.

Example: sp_getmemberexpirations("Registered users", 14)

This would return a list of users who have "Registered users" membership that is set to expire within 14 days.

 
New Post
10/12/2007 7:57 AM
 

hmmm. I think I nailed it myself....

SELECT Users.Firstname, Users.Lastname, Users.Email, UserRoles.ExpiryDate
FROM Users INNER JOIN UserRoles ON Users.UserID = UserRoles.UserID
WHERE UserRoles.RoleID = 4
AND DATEADD(day, 30, getdate())>UserRoles.ExpiryDate
AND UserRoles.ExpiryDate>getdate()

Can somebody verify this is correct? It would return those who are in roleID=4 that expire within the  next 30 days, right???

 
New Post
10/15/2007 8:19 AM
 

I would like to know the same.

 
New Post
10/15/2007 4:18 PM
 

Done some testing and I think I can warrant that it is indeed working as expected.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...subscription expiration notificationsubscription expiration notification


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out