<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Email confirmation for all users]]></title><description><![CDATA[<p dir="auto">As i understand it is required for a user to have a confirmed email therefore nodebb-plugin-session-sharing matches the email from the cookie and the one in the database? Nevertheless, as I understand just setting all users "emailConfirmed": 1 is not enough for it to work. So I want to know, what do I need to do to confirm all my users email?</p>
<p dir="auto">thanks in advance</p>
]]></description><link>https://community.darkscribes.com/topic/b292fb29-2fdf-481c-a16e-5a8065c01c69/email-confirmation-for-all-users</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 13:11:34 GMT</lastBuildDate><atom:link href="https://community.darkscribes.com/topic/b292fb29-2fdf-481c-a16e-5a8065c01c69.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Aug 2025 18:35:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Email confirmation for all users on Fri, 08 Aug 2025 15:51:31 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nodebb.org/user/eugene_thedev" rel="nofollow ugc">eugene_thedev</a> session sharing plugin will look for <code>id</code> first, and check it against the stored hash for it.</p>
<p dir="auto">Otherwise it will fall back to email.</p>
]]></description><link>https://community.darkscribes.com/post/https://community.nodebb.org/post/105453</link><guid isPermaLink="true">https://community.darkscribes.com/post/https://community.nodebb.org/post/105453</guid><dc:creator><![CDATA[julian@community.nodebb.org]]></dc:creator><pubDate>Fri, 08 Aug 2025 15:51:31 GMT</pubDate></item><item><title><![CDATA[Reply to Email confirmation for all users on Fri, 08 Aug 2025 06:29:15 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nodebb.org/user/julian" rel="nofollow ugc">julian</a>, thanks for you answer, also could answer my last question?</p>
<p dir="auto">Also, how matching exactly works? For example, if I pass(to a cookie) as a value to the key field an id of the user in the nodebb, will it match it? Or do i need to pass to the cookie the exact email as well? Thanks</p>
]]></description><link>https://community.darkscribes.com/post/https://community.nodebb.org/post/105445</link><guid isPermaLink="true">https://community.darkscribes.com/post/https://community.nodebb.org/post/105445</guid><dc:creator><![CDATA[eugene_thedev@community.nodebb.org]]></dc:creator><pubDate>Fri, 08 Aug 2025 06:29:15 GMT</pubDate></item><item><title><![CDATA[Reply to Email confirmation for all users on Fri, 08 Aug 2025 01:20:36 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nodebb.org/user/eugene_thedev" rel="nofollow ugc">eugene_thedev</a> you'll want to use the email validation methods in <code>src/user/email.js</code> to check whether a user's email is validated.</p>
<p dir="auto">You can also do this programmatically by calling <code>setUserField</code> to set the email, and then <code>user.email.confirmByUid</code></p>
]]></description><link>https://community.darkscribes.com/post/https://community.nodebb.org/post/105440</link><guid isPermaLink="true">https://community.darkscribes.com/post/https://community.nodebb.org/post/105440</guid><dc:creator><![CDATA[julian@community.nodebb.org]]></dc:creator><pubDate>Fri, 08 Aug 2025 01:20:36 GMT</pubDate></item><item><title><![CDATA[Reply to Email confirmation for all users on Thu, 07 Aug 2025 22:15:25 GMT]]></title><description><![CDATA[<p dir="auto">Also, how matching exactly works? For example, if I pass(to a cookie) as a value to the key field an id of the user in the nodebb, will it match it? Or do i need to pass to the cookie the exact email as well? Thanks</p>
]]></description><link>https://community.darkscribes.com/post/https://community.nodebb.org/post/105436</link><guid isPermaLink="true">https://community.darkscribes.com/post/https://community.nodebb.org/post/105436</guid><dc:creator><![CDATA[eugene_thedev@community.nodebb.org]]></dc:creator><pubDate>Thu, 07 Aug 2025 22:15:25 GMT</pubDate></item><item><title><![CDATA[Reply to Email confirmation for all users on Thu, 07 Aug 2025 19:08:51 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nodebb.org/user/julian" rel="nofollow ugc">julian</a> I will be very thankful for your help in this question<br />
I can see email field in my cookie with the exact email as in the manage/users and also there is a green mark nearby email.</p>
]]></description><link>https://community.darkscribes.com/post/https://community.nodebb.org/post/105432</link><guid isPermaLink="true">https://community.darkscribes.com/post/https://community.nodebb.org/post/105432</guid><dc:creator><![CDATA[eugene_thedev@community.nodebb.org]]></dc:creator><pubDate>Thu, 07 Aug 2025 19:08:51 GMT</pubDate></item></channel></rss>