LandRover / StaffjoyV2

Staffjoy V2 - all microservices in a monorepo
MIT License
141 stars 53 forks source link

Need User #18

Open dustinwloring1988 opened 2 years ago

dustinwloring1988 commented 2 years ago

Can someone please submit a "default user" that I can plug into my data using phpmyadmin.

LandRover commented 2 years ago

Hey, In readme:

Login Info:

Host: http://kubernetes.staffjoy-v2.local:8080/ Login: root/SHIBBOLETH

0x41mmarVM commented 2 years ago

In the same situation here. Can't reset password and look at emails because of non-functional recaptcha, and not sure how to fake hash/salt correctly. I looked at the code and reproduced it to create correct hashes but I'm still failing to login somehow

0x41mmarVM commented 2 years ago
INSERT INTO `account` (`uuid`, `email`, `name`, `confirmed_and_active`, `member_since`, `password_hash`, `phonenumber`, `password_salt`, `support`, `photo_url`) VALUES
('b5b9327b-5b01-44aa-63a7-35b9348ee717', 'name@email.com', 'Admin admin', 1, '2022-06-24 21:47:08', 0x243261243132247464326e494d51713643504a50365a726f6c5045644f745a55486a497674416c324d326e68377362586375547a56484d2e4d444f4b, '', 0x7c92cc5edf67f22bf45f574b7b1f3eeff2639664888adab82c8eb3854eb042e74ce0195a607b44ddb3f8d4a1547db721d14e56ffec6e056bfda34b38, 0, 'https://www.gravatar.com/avatar/b703c5aa1b3529db30df32843104db22.jpg?s=400&d=identicon');
LandRover commented 2 years ago

@0x41mmarVM I think it's a different thread, the original thread is about logging in to the MySQL DB.

Your question is a bit different, you registered a user and would like to login. To do so, please enter K8s interface, and attach to the email pods logs, while registering you'll see the URL and mail that should have been sent.

Copy and link and continue from there.

Hope it helps.