Description Usage Arguments Value Examples
Add a user to the application
1 |
username |
username |
password |
Hashed password |
con |
User database connection |
email |
email address |
TRUE
1 2 3 4 5 6 7 8 9 | con <- dbConnect(RSQLite::SQLite(), ":memory:")
login_db_create(con)
user_add(
email = "user(at)example.com",
username = "another_user",
password = "ahashedpassword"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.