Closed (fixed)
Project:
Account reminder
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2009 at 09:36 UTC
Updated:
25 Jun 2009 at 08:38 UTC
Jump to comment: Most recent
Comments
Comment #1
jaydub commentedFrom the project page:
"Account reminder is a simple module that will resend the welcome email to users who have registered with the site but have not yet logged in."
So the module should already do what you are looking for...if you meant something different let me know.
Comment #2
roball commentedoops - sorry Jeff - I indeed meant something different. I have only users synchronized from an LDAP server and thus disallow self-registration. In my search through all currently 114 User management modules for Drupal 6 I was looking for a way to
(1) Send out a mass mail to all users not logged in so far containing their username and instructions how they can receive a password.
(2) Force password change on first login
I have asked at http://drupal.org/node/400338 and http://drupal.org/node/400774 for issue (2) and accidently made some copy& paste mixup here when I attempted to ask for issue (1). So could you please let me know if (1) is possible with your module?
Thanks a lot.
Comment #3
jaydub commentedThe users that you have now, how are they added to Drupal? The way the Account Reminder module works is to run a query on the Drupal users table and find users who have been created but have not logged in yet. These users are found by looking at the login column of the users table. That login column will be 0 until a user logs in for the first time.
The mail that is sent out by this module is configurable but is pretty much what you are asking for in (1).
Here is an example with the URLs blanked out:
Comment #4
roball commentedI only have users synchronized from an LDAP server. Adding new users is only possible by admins using the LDAP provisioning module. I have now found a way to achieve my goal: I just need to block all users temporary and then unblock them back. This automatically send out an email to all users, like this:
This works perfectly for me, since it does not send a password per email - which I consider as a No Go security hole. And it also forces the user to create a password.
I haven't figured out so far where the text of such an e-mail can be configured. There are e-mail settings at admin/user/settings for notifying users on blocking their account, but not for unblocking. Strange, but works perfect.
Comment #5
jaydub commentedComment #6
MakeOnlineShop commentedHello,
Sorry but I am confused now.
I was thinking that this module only sends messages to users who logged but didn't visit for a long time ?
But actually you confirm that users who have registered but never logged will get a message ?
Thank you.