<?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[The credentials do not match our records.]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I’m currently deploying Krayin CRM on a shared hosting environment, and I’ve successfully reached the admin login page at:</p>
<p dir="auto">/admin/login</p>
<p dir="auto">However, I’m facing an issue where I cannot log in, even though I’ve manually created a user in the database.</p>
<p dir="auto">What I’ve done so far:</p>
<p dir="auto">Verified that the login uses:</p>
<p dir="auto">auth()-&gt;guard('user')-&gt;attempt(request(['email', 'password']))</p>
<p dir="auto">→ so it uses email and password</p>
<p dir="auto">Created a user manually in the users table with:<br />
email: <a href="mailto:admin@sentrakarpet.com" rel="nofollow ugc">admin@sentrakarpet.com</a><br />
status: 1<br />
role_id: 1<br />
password: bcrypt hash (also tried multiple hashes)<br />
Confirmed that:<br />
The users table is being used (no admins table exists)<br />
The login form is indeed /admin/login<br />
Status is active (not 0)</p>
<p dir="auto">Issue:</p>
<p dir="auto">Still getting:</p>
<p dir="auto">“The credentials do not match our records.”</p>
<p dir="auto">What I’ve already tried:</p>
<p dir="auto">Using known valid bcrypt hash (password)<br />
Updating password multiple times<br />
Ensuring no NULL values in required fields<br />
Confirming login controller logic (no extra conditions except status)</p>
<p dir="auto">Environment constraints:</p>
<p dir="auto">Shared hosting (some PHP functions like shell_exec are disabled)<br />
Cannot use php artisan tinker</p>
<p dir="auto">Question:</p>
<p dir="auto">Is there any additional requirement for authentication in Krayin (e.g. hidden fields, guards, hashing differences)?<br />
Does Krayin use a custom authentication logic beyond standard Laravel Auth::attempt?<br />
Is there a default seeder or recommended way to create the first admin user?</p>
<p dir="auto">Any help would be greatly appreciated. Thanks in advance!</p>
]]></description><link>https://forums.krayincrm.com/topic/109/the-credentials-do-not-match-our-records</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 21:27:24 GMT</lastBuildDate><atom:link href="https://forums.krayincrm.com/topic/109.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Mar 2026 06:35:03 GMT</pubDate><ttl>60</ttl></channel></rss>