so if i've set up logintoboggan to allow for immediate login - but it still sends that email reminding people to verify their email and click the url (per the logintoboggan sample email text), will "account reminder" still send notes contingent upon that 'login status item' (clicking through to verify email), or will it be rendered pointless because the email associated with the UID has been 'logged in' (upon creation)?

just a bit confused - pretty sure i should uninstall 'account reminder' at this point, but not certain because if it reminds people to 'verify email' then it is obviously still useful! (clicking that link to verify account)

Comments

jaydub’s picture

From a pretty quick look at the logintoboggan code it looks like the login column of the users table will be updated when a user logs in with logintoboggan. account_reminder works by checking for users who have created accounts but have not yet logged in once based on the value of the login column of the users table.

So in theory if you have account_reminder and logintoboggan then account_reminder probably will never end up sending the reminder messages.

zilla’s picture

thanks. that was what i figured, though with far less technical insight ;)

jaydub’s picture

Status: Active » Closed (fixed)