cant login to vmware

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
Harkonnen
Moonbather
Moonbather
Posts: 65
Joined: 2014-11-04, 12:27
Location: Kiev, Ukraine

cant login to vmware

Unread post by Harkonnen » 2021-09-18, 08:57

Vmware "Customer connect" page https://customerconnect.vmware.com/login doesnt work in PM. "sign in" stays greyed out after entering credentials

User avatar
franstam
Moon lover
Moon lover
Posts: 88
Joined: 2017-03-27, 10:16

Re: cant login to vmware

Unread post by franstam » 2021-09-24, 04:42

i can confirm the same behavior on my end. theres no output at all even on devtools console either.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35473
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: cant login to vmware

Unread post by Moonchild » 2021-09-24, 10:58

Yeah no warnings or errors. we can't do anything about it.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
athenian200
Contributing developer
Contributing developer
Posts: 1498
Joined: 2018-10-28, 19:56
Location: Georgia

Re: cant login to vmware

Unread post by athenian200 » 2021-09-24, 20:28

The only advice I can give is that if you open up the Inspect Element thing, and inspect the button element:

Code: Select all

<button _ngcontent-guc-c101="" type="submit" class="btn btn-primary login-button-fix" disabled="" onclick="s_objectID='customerconnect : SIGN IN : 0'"> SIGN IN </button>
Notice the "disabled" attribute is on the button. Something is supposed to fire when you enter your username and password to remove that attribute from the button, but it's not happening. If you edit that line manually to remove the disabled tag, the button allows you to login.

So that is a workaround, but ideally we would want to try and find out what it's using to detect that the form has been filled in and why that detection is failing.
"The Athenians, however, represent the unity of these opposites; in them, mind or spirit has emerged from the Theban subjectivity without losing itself in the Spartan objectivity of ethical life. With the Athenians, the rights of the State and of the individual found as perfect a union as was possible at all at the level of the Greek spirit." -- Hegel's philosophy of Mind

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35473
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: cant login to vmware

Unread post by Moonchild » 2021-09-24, 21:49

JavaScript will kill us all.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Locked