You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using passwords for logins, I’d like users to click on a confirmation link in an email to login. Clicking the Login button sends the email. Clicking the confirmation link logs you in.
So, after you post your first comment you’re sent a confirmation email. The comment is put in an unauthorized status (and not shown in the moderation queue). After the user clicks the confirmation link, they’re logged in and the comment switches status to pending or approved (based on the uses-moderation setting, of course). Only logged in users can comment (allows-login = 'required').
Two different email templates. One for pure login requests, and one for "click to confirm blah-blah required to publish your comment".
The text was updated successfully, but these errors were encountered:
Instead of using passwords for logins, I’d like users to click on a confirmation link in an email to login. Clicking the Login button sends the email. Clicking the confirmation link logs you in.
So, after you post your first comment you’re sent a confirmation email. The comment is put in an
unauthorized
status (and not shown in the moderation queue). After the user clicks the confirmation link, they’re logged in and the comment switches status topending
orapproved
(based on theuses-moderation
setting, of course). Only logged in users can comment (allows-login = 'required'
).Two different email templates. One for pure login requests, and one for "click to confirm blah-blah required to publish your comment".
The text was updated successfully, but these errors were encountered: