checkUserCredentials: checkPassword

Description Usage Arguments Examples

Description

Check whether the password for the user matches the hashed (using scrypt) password in the database.

Usage

1
checkUserCredentials(con, username, password)

Arguments

con

Database connection

username

Username

password

Password for the user

Examples

1
2
3
4
## Not run: 
checkUserCredentials(con, "foo", "42")

## End(Not run)

bobjansen/mattR documentation built on May 9, 2019, 9:57 p.m.