Description Usage Arguments Value
View source: R/user_management.R
Return true if the user/password combination is found in the database
1 | is_authorized(con, salt, username, password)
|
con |
|
salt |
a string to improve masking of passwords |
username |
the username |
password |
the password |
TRUE if the user is authorized, FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.