Admin login issues
This commit is contained in:
parent
7527f17da8
commit
4b66eccc21
@ -76,4 +76,4 @@ ALTER TABLE customers ADD CONSTRAINT fk_customer_msp FOREIGN KEY (msp_id) REFERE
|
|||||||
-- Create a default superadmin (password: admin123)
|
-- Create a default superadmin (password: admin123)
|
||||||
-- In a real app, this would be handled via a setup script or CLI.
|
-- In a real app, this would be handled via a setup script or CLI.
|
||||||
INSERT INTO users (name, email, password_hash, role) VALUES
|
INSERT INTO users (name, email, password_hash, role) VALUES
|
||||||
('Super Admin', 'admin@msp-portal.com', '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'superadmin');
|
('Super Admin', 'admin@msp-portal.com', '$2y$10$GCGS7B2IaiORPL9MtntJ1uw4QiuzpQgqvexHwRu/CI8M3Lmtex5BS', 'superadmin');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user