• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cdb_DeleteUserAccount
#1
this is my code:

on mouseUp pButtonNumber
local tProjectName, tEmail, tPassword, tSecureMode

put "projector lab project" into tProjectName
put "mark@email.com" into tEmail
put "*" into tPassword
put false into tSecureMode
cdb_deleteUserAccount tEmail,,tSecureMode,tProjectName

end mouseUp
if I don't include a password and set the tSecureMode to false, I get a message that the pPassword parameter is missing.
The passwords are secure so they may not available but putting "false" still will not delete the user.
  Reply


Messages In This Thread
cdb_DeleteUserAccount - by clarencemartin - 07-09-2019, 01:45 AM
RE: cdb_DeleteUserAccount - by jasonchan - 07-09-2019, 04:02 PM
RE: cdb_DeleteUserAccount - by clarencemartin - 07-22-2019, 03:09 AM
RE: cdb_DeleteUserAccount - by clarencemartin - 07-22-2019, 04:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)