Tribler / cloudomate

Unpermissioned Open Computer API
GNU Lesser General Public License v3.0
15 stars 16 forks source link

VPS' that send the root password per email #66

Closed rwblokzijl closed 5 years ago

rwblokzijl commented 5 years ago

While implementing LibertyVPS i found that they send the root password per email. Luckily this email can be viewed from the client area as well. The password can be automatically acquired when the server has been set up, but cloudomate lacks a mechanism to do so. What would be a good way of dealing with this?

I have the following ideas:

synctext commented 5 years ago

Did you find email handling code in original cloudomate? https://github.com/Tribler/cloudomate/blob/develop/cloudomate/test/resources/crowncloud_email.html

MattSkala commented 5 years ago

@Bloodyfool E-mail parsing is already implemented for some providers as part of the info command. The downside of this solution is that we have to login to the client area and parse the e-mail on every call of this command, but I think it's good enough for our use case. Take a look at the get_configuration method of BlueAngelHost for example.