Description Usage Arguments Value
Verifies CEDARS end user name and password against information stored in MongoDB. Each CEDARS project is independent and occupies a different DB with its own user credentials collection.
1 2 3 4 5 6 7 8 9 10 | password_verification(
uri_fun,
user,
password,
host,
port,
database,
end_user,
end_user_password
)
|
uri_fun |
Uniform resource identifier (URI) string generating function for MongoDB credentials. |
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
port |
MongoDB port. |
database |
MongoDB database name. |
end_user |
CEDARS end user name. |
end_user_password |
CEDARS end user password. |
TRUE for correct credentials, FALSE for incorrect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.