<div>Hi,</div>
<div>I&#39;ve changed my lgin to be done in a dedicated div (not the /user page).</div>
<div>I need to give a message upon a failed login which does not show now(is this the same area for implementation -catching the failed login and drupal_set_messaging it?)</div>
<div>How can I do it without interveeing with core...</div>
<div>Lior<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/3/07, <b class="gmail_sendername">Khalid Baheyeldin</b> &lt;<a href="mailto:kb@2bits.com">kb@2bits.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I think what you need happens in sesson.inc<br><br>function sess_read($key) {<br>&nbsp;...<br>&nbsp; $user = db_fetch_object(db_query(&quot;SELECT u.*, s.* FROM {users} u INNER JOIN {sessions} s ON 
u.uid = s.uid WHERE s.sid = &#39;%s&#39;&quot;, $key)); <br><br>&nbsp; // We found the client&#39;s session record and they are an authenticated user<br>&nbsp; if ($user &amp;&amp; $user-&gt;uid &gt; 0) {<br>&nbsp;&nbsp;&nbsp; // user logged in via cookie
<br><br>Not sure if there is a way to do that via a hook. <br><br>Perhaps extending hook_user to do that is a good idea.<br><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://api.drupal.org/api/5/function/hook_user" target="_blank">
http://api.drupal.org/api/5/function/hook_user</a> 
<div><span class="e" id="q_111b881038153fb0_1"><br><br>
<div><span class="gmail_quote">On 4/3/07, <b class="gmail_sendername">vitamona</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vitamona@gmail.com" target="_blank">vitamona@gmail.com</a>&gt; wrote:
</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">hi,<br>is there a way for intercept a user when login via cookie?<br><br>For example, when a user login with a form (no cookie stored) is
<br>possible to intercept them with hook user:<br><br>function hook_user($type, &amp;$edit, &amp;$user, $category = FALSE) { <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ($type == &#39;login&#39;) {<br><br>Thanks a lot<br><br>Vita<br></blockquote></div>
<br><br clear="all"><br></span></div><span class="sg">-- <br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://2bits.com/" target="_blank">2bits.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://2bits.com/" target="_blank">
http://2bits.com</a><br>Drupal development, customization and consulting. </span></blockquote></div><br><br clear="all"><br>-- <br>---<br>ליאור קסוס , לינוויט<br><a href="http://www.linnovate.net">http://www.linnovate.net
</a>