Unifi Controller integration

avatar

Hello everybody
is there a way to integrate the Unifi Controller without macro function for the credentials ?. Especially with several screens i have the problem that the credentials lands somewhere with the macro function.

tia
bj

All Comments (6)

avatar

Hello,

Could you tell me which entry you're using to have this opened in RDM ?

I ask because after verifying in RDM it seems we don't have a Unifi Controller entry.

Best regards,

avatar

Hello,

sry for the late reply im using the webbrowser entry.

tia
bj

avatar

Hello,

I believe you can better direct your credentials by following Method 2 of this help article:

https://docs.devolutions.net/kb/devolutions-web-login/how-to-articles/website-authentication/

Best regards,

avatar

Hello Zachary,

thank you for your reply.

How would RDM deal with form Input elements that don't provide IDs. Eg:

<input class="input--full ng-pristine ng-empty ng-invalid ng-invalid-required ng-touched" type="text" name="username" ng-model="loginCtrl.username" required="" autocapitalize="off" autocorrect="off" autofocus="">

Is the name attribute also capable to distribute credentials?

Best regards,

avatar

Hello,

It works flawless If you set the value for Username ID to username and Password ID to password.
(UniFi Network version 7.4.162)

Regards,
Min

avatar
Hello Zachary,

thank you for your reply.

How would RDM deal with form Input elements that don't provide IDs. Eg:

<input class="input--full ng-pristine ng-empty ng-invalid ng-invalid-required ng-touched" type="text" name="username" ng-model="loginCtrl.username" required="" autocapitalize="off" autocorrect="off" autofocus="">

Is the name attribute also capable to distribute credentials?

Best regards,


@Min Thank you very much !


@bdmg What Min seems to have replied should resolve your issue. However to answer your question if for any reason the website does not provide any IDs then RDM will be unable to direct the credentials to the fields.

This is usually an intentional security measure taken by the web developpers. We have no way to bypass this, as attempting to do this would require us to gain access to edit the webpage itself.