Description Usage Arguments Value REST query Note Examples
Causes a new password to be generated for the given user account and then emailed to the user's emailAddress
1 | ndex_user_forgot_password(ndexcon, userId)
|
ndexcon |
object of class NDExConnection linkndex_connect |
userId |
character; unique ID of the user |
Empty string on success, else error
GET: ndex_config$api$user$password$mail Wrapper for ndex_user_mail_password()
Compatible to NDEx server version 2.0
1 2 3 4 5 6 7 8 | ## Establish a server connection
# ndexcon = ndex_connect()
## Find user and get its id
# user = ndex_find_user_byName(ndexcon, 'SomeUserName')
# userId = user$externalId
## Request new password via email
# ndex_user_forgot_password(ndexcon, userId)
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.