edmiDefinePassword
EdmiError edmiDefinePassword(SdaiString password);
Define password for the calling EDMuser. An EDMuser must have a password before being entitled to own any data in the EDMdatabase. When an EDMuser is created, the password is empty.
Arguments
Type | Name | Comment |
SdaiString | password | Specifies the password the calling EDMuser wants to have. A password can consist of any combination of characters. An EDMuser is created with an empty password. The maximum number of characters in a password is defined at system generation time. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Â
Options
 Â
Â
Example
Â
 EdmiError rstat; . . . if (rstat = edmiDefinePassword("xhkd919x")) { /* Error in operation */ printf("\nError in edmiDefinePassword: %s\n", edmiGetErrorText(rstat)); goto error; } . . .
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â