WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: WIKI and FORUM BUG REPORTING  (Read 6140 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 764
Re: WIKI and FORUM BUG REPORTING
« Reply #75 on: March 01, 2023, 09:50:49 AM »
Thank you for replicating the problem. It's a hard stop for any new users trying to register.
So we are the happy few / "the chosen ones" for this selected group /bubble, not bothered by intrusion /aliens to shared their undesirable ideas/ proposals. Any novice wanting to "participate" must learn /do it on git hub, under M$windows approval.

Offline wasifb

  • Newbie
  • *
  • Posts: 1
Re: WIKI and FORUM BUG REPORTING
« Reply #76 on: March 22, 2023, 03:09:30 PM »
It seems like the second Captcha accepts the same values as the first one. I was able to register by modifying the form data before it gets sent to the server. Here's the JavaScript code that intercepts the form submission by attaching a 'formdata' event handler to the form ($0 refers to the form).

Code: newbielink:javascript:void(0); [nonactive]
$0.addEventListener("formdata", (e) => {
  const formData = e.formData;
 
  const one = formData.get("imgoneField");
  const two = formData.get("imgtwoField");
  const three = formData.get("imgthreeField");
 
  formData.set("imgoneField", one);
  formData.set("imgtwoField", two);
  formData.set("imgthreeField", three);
  formData.set("imgoneField", one);
  formData.set("imgtwoField", two);
  formData.set("imgthreeField", three);
});

This is a temporary workaround on the client side to successfully register on this forum. Just run this code in the developer console after selecting the form element.




Offline saper

  • Newbie
  • *
  • Posts: 1
Re: WIKI and FORUM BUG REPORTING
« Reply #77 on: March 26, 2023, 04:01:46 PM »
This second captcha is a bug. Its controls do not work... I managed to register just by deleting the second captcha with DOM inspector.

(Besides, it takes a while to get the registration email - maybe this should be mentioned somewhere - my message IDs were <4Pl9bF75nMz34W@carjack.dreamhost.com>
 and <4Pl9lF39fdz3N0@carjack.dreamhost.com>).

Offline nick65go

  • Hero Member
  • *****
  • Posts: 764
Re: WIKI and FORUM BUG REPORTING
« Reply #78 on: March 29, 2023, 09:55:26 AM »
This is a temporary workaround on the client side to successfully register on this forum. Just run this code in the developer console after selecting the form element.

Congratulations! I had a look into the original code also, but I did not manage to finish the analysis.
PS: for clarification I used Firefox browser menu MoreTools/WebDeveloperTools.

About your text "the developer console", maybe you could give more detailed instructions about finding the object ID, the place where to insert your code in the existing code, etc.

Offline aus9

  • Full Member
  • ***
  • Posts: 151
Re: WIKI and FORUM BUG REPORTING
« Reply #79 on: May 11, 2023, 04:56:12 PM »
What is the current status of wiki logins please?

One member has raised an issue here
http://forum.tinycorelinux.net/index.php/topic,25957.msg168117.html#msg168117

and today I attempted to login to wiki and the message reads
"Sorry, username or password was wrong."

pretending I was already a member, I attempted reset password and msg reads
"Sorry, we can't find this user in our database."

FWIW I attempted on TC64 firefox with ublock origin turned off