request extending CMD_API_DATABASES

Binaryshi

New member
Joined
Sep 15, 2008
Messages
1
In DirectAdmin browser page, at first database creation one has to give username and password, but at each following database creation, one can choose an already existing user instead of giving another username and password. This is what I am missing in the API. Could you please add this to the API?
 
Hello,

CMD_DATABASES uses the same internal code for processing data that CMD_API_DATABASES does. So basically, you already can add existing users.

You'll have to do another query to get the list of databases/users first, but just pass the data in the same fasion that the html froms do.

John
 
Back
Top