Thanks to OP for the share and reps.
You can register your own account using the "Inspect Element" trick:
- Right click on the signin box and click "Inspect Element" (Firefox) - or "Inspect" in Chrome
- Search the HTML for "register", and select the first line of the register-form
- Edit HTML, then delete this: style="display: none;"
- And the register form should magically appear
Hope that helps.
(08-06-2020 06:41 PM)Bobhenry Wrote: [ -> ]Thanks to OP for the share and reps.
You can register your own account using the "Inspect Element" trick:
- Right click on the signin box and click "Inspect Element" (Firefox) - or "Inspect" in Chrome
- Search the HTML for "register", and select the first line of the register-form
- Edit HTML, then delete this: style="display: none;"
- And the register form should magically appear
Hope that helps.
Thanks, it does help. Reps added to you and the OP.