Recent content by Bearmy

  1. B

    ❓ Help Nodejs, E×ρréšš, and mysql

    Eto ang result Signin request received: { username: 'Donnel', password: '#ABCrty#' } Admin Query Result: [ { id: 56, username: 'Donnel', password: '$2b$08$ou.7I6/L39CkieZW9ITsleUkTZLNdsSOjbOzu2ceVEB', role: 'Admin', status: 'Active', createdOn...
  2. B

    ❓ Help Nodejs, E×ρréšš, and mysql

    may error sa signin kapag maling username nalabas ang invalid password or usename sa postman kaya tama ito pero pagmali ang password nakakapag login kaya dapat nalabas din ang invalid password or usename sa postman pero kapag nilagay ko parehas ang tamang password at username Invalid Username or...
  3. B

    ❓ Help NODEJS, E×ρréšš, MYSQL

    may error sa signin kapag maling username nalabas ang invalid password or usename sa postman kaya tama ito pero pagmali ang password nakakapag login kaya dapat nalabas din ang invalid password or usename sa postman pero kapag nilagay ko parehas ang tamang password at username Invalid Username or...
  4. B

    ❓ Help Nodejs, E×ρréšš, MySQL

    What if hashed password does not match that is stored in database what will I do to fix it?
  5. B

    ❓ Help Nodejs, E×ρréšš, MySQL

    error sa signin maling username nalabas ang invalid password or usename sa postman pero pagmali ang password nakakapag login kaya dapat nalabas din ang invalid password or usename sa postman. PLS FIX THIS PROBLEM. exports.signin = async (req, res) => { console.log("Signin request received:"...
  6. B

    ❓ Help Node.js,MySQL and E×ρréšš

    i check all the possible issue and fixed it but it still shows the message "Invalid Username or Password"
  7. B

    ❓ Help Node.js,MySQL and E×ρréšš

    What could be problem? even though i input the valid username and password it returns the message:"Invalid Username or Password". THIS IS THE CODE: const { validationResult } = require("E×ρréšš-validator"); //check for validation errors const jwt = require("jsonwebtoken"); //used to create and...
  8. B

    ❓ Help Pa unlock po coursehero

    https://www.coursehero.com/file/93683533/05-Laboratory-Exercisedocx/
  9. B

    🐍 Python Python problem.. How can i fix this type of problem?

    ERROR: for event in pygame.event.get(): pygame.error: video system not initialized THIS IS CODE: import pygame from pygame.locals import * from OpenGL.GL import * from OpenGL.GLU import * vertices = ((1, -1, -1),(1, 1, -1),(-1, 1, -1),(-1, -1, -1),(1, -1, 1),(1, 1, 1),(-1, -1, 1),(-1, 1, 1))...
  10. B

    ❓ Help Hello guys ask ko lang about youtube video

    Sino may alam na any video translator site or app na para sa mga youtube video na wala pang english subtitle or captions.
  11. B

    Help guys How can i fix Argument 1: cannot convert from 'string' to 'double' ?

  12. B

    Hello help po advanced database system t-sql conditional statement hindi ko makuha yung sa case statement..

    Laboratory Exercise T-SQL Conditional Statements Objectives: At the end of the exercise, the students should be able to: Apply various conditional statements Software Requirement: : Microsoft SQL Server Management Studio 18.0 or higher Microsoft SQL Server E×ρréšš 2017 IT2003 Procedures: 1...
  13. B

    Hello help po advanced database system t-sql conditional statement hindi ko makuha yung sa case statement..

    UPDATE Records SET Level = 'Senior' WHERE Id= Count; SELECT @FirstName=FirstName, @Lastname= LastName, @Age= Age, @Gender= Gender, Level = LOWER(Level)FROM Records WHERE Id = Count; END ELSE IF age < 14 AND age > 25 BEGIN UPDATE Records SET Level = 'Unknown' WHERE Id= Count; SELECT...
  14. B

    Hello help po advanced database system t-sql conditional statement hindi ko makuha yung sa case statement..

Back
Top